summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-01 22:33:52 +0000
committerJim Meyering <jim@meyering.net>1996-01-01 22:33:52 +0000
commitdfa0cede725b3de9783918e3581095bd61369ad5 (patch)
treef26870ebd66467104daa0d80ee2656704269d069 /tests
parentadd1d7c11f7d87a2e0d4d2ad759ea7240b933af2 (diff)
downloadcoreutils-dfa0cede725b3de9783918e3581095bd61369ad5.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sort/test.data.pl3
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);