]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(incompat4): New test.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2005 23:58:20 +0000 (23:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2005 23:58:20 +0000 (23:58 +0000)
tests/sort/Test.pm

index 301fe3fec99baf56b2edf7c4a48bad8a565d8646..2f2202da08928e8e84e97f7e81fd0e5ad4d4e347 100755 (executable)
@@ -251,6 +251,7 @@ my @tv = (
 ["incompat1", '-in', '', '', 2],
 ["incompat2", '-fR', '', '', 2],
 ["incompat3", '-dfgiMnR', '', '', 2],
+["incompat4", '-c -o /dev/null', '', '', 2],
 
 # -t '\0' is accepted, as of coreutils-5.0.91
 ['nul-tab', "-k2,2 -t '\\0'", "a\0z\01\nb\0y\02\n", "b\0y\02\na\0z\01\n", 0],