diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-19 01:28:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-19 01:28:11 +0000 |
commit | 1a6ee7a625f2be4fabe6059d55c60638984a372f (patch) | |
tree | de56eb2ecc5f49d969f157f70a46c8b560999f27 /tests | |
parent | 34ac19cd344945daf61c4379853cb2d8053cd204 (diff) | |
download | coreutils-1a6ee7a625f2be4fabe6059d55c60638984a372f.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sort/Test.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index a8f0038f7..6ed764202 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], # -# 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. |