summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-02 00:15:46 +0000
committerJim Meyering <jim@meyering.net>1996-01-02 00:15:46 +0000
commitb669dbd1ad58d37f26003d26fb9550057a87ec71 (patch)
tree113b85231ac4d1d78b7964e651a09d2473609395 /tests
parentb81692a8a93504982757bd8187a165635e52fec1 (diff)
downloadcoreutils-b669dbd1ad58d37f26003d26fb9550057a87ec71.tar.xz
14b: Just like 14a, but add -f.
Diffstat (limited to 'tests')
-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);