From b669dbd1ad58d37f26003d26fb9550057a87ec71 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jan 1996 00:15:46 +0000 Subject: 14b: Just like 14a, but add -f. --- tests/sort/test.data.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 ("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); -- cgit v1.2.3-54-g00ecf