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

(neg-nls): New test.

This commit is contained in:
Jim Meyering
1999-05-09 15:01:40 +00:00
parent dd992130c6
commit fe76db396c

View File

@@ -203,6 +203,9 @@ my @tv = (
# From Will Edgington.
["o-no-file1", '-o no-such-file no-such-file', {}, '', 2],
# From Paul Eggert. This was fixed in textutils-1.22k.
["neg-nls", '-n', "-1\n-9\n", "-9\n-1\n", 0],
);
sub test_vector