]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
14b: Just like 14a, but add -f.
authorJim Meyering <jim@meyering.net>
Tue, 2 Jan 1996 00:15:46 +0000 (00:15 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jan 1996 00:15:46 +0000 (00:15 +0000)
tests/sort/test.data.pl

index fe8228762b93a368c4ebcf76e14541a085181b44..1db1f02502c7c1fb9420ccf4ab075e5e452b58db 100755 (executable)
 #
 # 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);