From: Jim Meyering Date: Tue, 2 Jan 1996 00:15:46 +0000 (+0000) Subject: 14b: Just like 14a, but add -f. X-Git-Tag: TEXTUTILS-1_13j~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b669dbd1ad58d37f26003d26fb9550057a87ec71;p=thirdparty%2Fcoreutils.git 14b: Just like 14a, but add -f. --- diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index fe8228762b..1db1f02502 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -103,3 +103,5 @@ # # From Carl Johnson ("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);