diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-01 23:55:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-01 23:55:02 +0000 |
commit | b81692a8a93504982757bd8187a165635e52fec1 (patch) | |
tree | 3d461dc7d8c06303dbc9ab6c3bbdb6ac9560e35f /tests/sort | |
parent | dfa0cede725b3de9783918e3581095bd61369ad5 (diff) | |
download | coreutils-b81692a8a93504982757bd8187a165635e52fec1.tar.xz |
Correct 14a per manual.
Diffstat (limited to 'tests/sort')
-rwxr-xr-x | tests/sort/test.data.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index 6bd38fd51..fe8228762 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -102,4 +102,4 @@ ("13b", '+0.1n', "b-1\naxx\n", "b-1\naxx\n", 0); # # From Carl Johnson <carlj@cjlinux.home.org> -("14a", '-d -u', "mal\nmal-\nmala\n", "mal-\nmala\n", 0); +("14a", '-d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0); |