1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

(test_vector): Disable all tests while I wait for an updated suite.

This commit is contained in:
Jim Meyering
1999-04-12 04:27:46 +00:00
parent 69d1c5772e
commit 1f6f06f7de

View File

@@ -288,7 +288,8 @@ sub test_vector
push (@new_tv, [$test_name, $flags, $in, $exp, $ret]);
}
return @new_tv;
return ();
# return @new_tv;
}
1;