From: Jim Meyering Date: Sun, 9 May 1999 15:01:40 +0000 (+0000) Subject: (neg-nls): New test. X-Git-Tag: TEXTUTILS-1_22k~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe76db396c0d5a3d5bf050944812091f4d4bc340;p=thirdparty%2Fcoreutils.git (neg-nls): New test. --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index 71c8813139..21c74b1640 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -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