diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-01 22:33:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-01 22:33:52 +0000 |
commit | dfa0cede725b3de9783918e3581095bd61369ad5 (patch) | |
tree | f26870ebd66467104daa0d80ee2656704269d069 /tests/sort | |
parent | add1d7c11f7d87a2e0d4d2ad759ea7240b933af2 (diff) | |
download | coreutils-dfa0cede725b3de9783918e3581095bd61369ad5.tar.xz |
.
Diffstat (limited to 'tests/sort')
-rwxr-xr-x | tests/sort/test.data.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index 427cfbe18..6bd38fd51 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -100,3 +100,6 @@ # From Karl Heuer ("13a", '+0.1n', "axx\nb-1\n", "b-1\naxx\n", 0); ("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); |