summaryrefslogtreecommitdiff
path: root/tests/sort/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-09 15:01:40 +0000
committerJim Meyering <jim@meyering.net>1999-05-09 15:01:40 +0000
commitfe76db396c0d5a3d5bf050944812091f4d4bc340 (patch)
tree29034747b03ddf92135d106bd9e7e913fdd5c2c2 /tests/sort/Test.pm
parentdd992130c617c3be95b832feea4c9f19156b0b91 (diff)
downloadcoreutils-fe76db396c0d5a3d5bf050944812091f4d4bc340.tar.xz
(neg-nls): New test.
Diffstat (limited to 'tests/sort/Test.pm')
-rwxr-xr-xtests/sort/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm
index 71c881313..21c74b164 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