From: Paul Eggert Date: Wed, 14 Dec 2005 23:58:20 +0000 (+0000) Subject: (incompat4): New test. X-Git-Tag: v6.0~1119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4382b8ce00e737f27d58789a4b5d84bcc20d25a8;p=thirdparty%2Fcoreutils.git (incompat4): New test. --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index 301fe3fec9..2f2202da08 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -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],