summaryrefslogtreecommitdiff
path: root/tests/pr/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-12 04:27:46 +0000
committerJim Meyering <jim@meyering.net>1999-04-12 04:27:46 +0000
commit1f6f06f7de7c0f6055483e0b667c3670b8dafbdd (patch)
tree491d76cab38955ad624cc02cfa47b6ad66ff428e /tests/pr/Test.pm
parent69d1c5772e5ed7395a10059f9e3f738b4afcad01 (diff)
downloadcoreutils-1f6f06f7de7c0f6055483e0b667c3670b8dafbdd.tar.xz
(test_vector): Disable all tests while I wait for an updated suite.
Diffstat (limited to 'tests/pr/Test.pm')
-rw-r--r--tests/pr/Test.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm
index 3de1c6424..b58ee5f02 100644
--- a/tests/pr/Test.pm
+++ b/tests/pr/Test.pm
@@ -288,7 +288,8 @@ sub test_vector
push (@new_tv, [$test_name, $flags, $in, $exp, $ret]);
}
- return @new_tv;
+ return ();
+ # return @new_tv;
}
1;