summaryrefslogtreecommitdiff
path: root/tests/sort/test.data.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sort/test.data.pl')
-rwxr-xr-xtests/sort/test.data.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl
index fe8228762..1db1f0250 100755
--- a/tests/sort/test.data.pl
+++ b/tests/sort/test.data.pl
@@ -103,3 +103,5 @@
#
# From Carl Johnson <carlj@cjlinux.home.org>
("14a", '-d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0);
+# Be sure to fix the (translate && ignore) case in keycompare.
+("14b", '-f -d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0);