]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 19 Aug 1996 01:28:11 +0000 (01:28 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Aug 1996 01:28:11 +0000 (01:28 +0000)
tests/sort/Test.pm

index a8f0038f766fe57ddfbe90ea90ada5dfc96fafda..6ed76420247a70f031c20eec469ba0b54c4ca746 100755 (executable)
@@ -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],
 #
-# report an error for `.' but missing char spec
+# report an error for `.' without following char spec
 ["08a", '-k 2.,3', "", "", 2],
-# report an error for `,' but missing POS2
+# report an error for `,' without following POS2
 ["08b", '-k 2,', "", "", 2],
 #
 # Test new -g option.