summaryrefslogtreecommitdiff
path: root/tests/sort/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-19 01:27:40 +0000
committerJim Meyering <jim@meyering.net>1996-08-19 01:27:40 +0000
commit34ac19cd344945daf61c4379853cb2d8053cd204 (patch)
tree4b0b182ed6c8baae18d207cbb6eb73b9eb023492 /tests/sort/Test.pm
parenta79e4f054a32b730cf3d2a05462e3026df363302 (diff)
downloadcoreutils-34ac19cd344945daf61c4379853cb2d8053cd204.tar.xz
.
Diffstat (limited to 'tests/sort/Test.pm')
-rwxr-xr-xtests/sort/Test.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm
index 265779cc8..a8f0038f7 100755
--- a/tests/sort/Test.pm
+++ b/tests/sort/Test.pm
@@ -56,9 +56,9 @@ use strict;
["07c", '-k 2,3', "y k b\nz k a\n", "z k a\ny k b\n", 0],
["07d", '+1 -3', "y k b\nz k a\n", "z k a\ny k b\n", 0],
#
-# FIXME: report an error for `.' but missing char spec
+# report an error for `.' but missing char spec
["08a", '-k 2.,3', "", "", 2],
-# FIXME: report an error for `,' but missing POS2
+# report an error for `,' but missing POS2
["08b", '-k 2,', "", "", 2],
#
# Test new -g option.