diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sort/test.data.pl | 2 |
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); |