summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-14 23:58:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-14 23:58:20 +0000
commit4382b8ce00e737f27d58789a4b5d84bcc20d25a8 (patch)
tree61c61a86cfe95de532961aa2fdf7a0a0ad8dd196 /tests
parent1dbd70442d7e177ffd6d13a46d0568778ba49ce5 (diff)
downloadcoreutils-4382b8ce00e737f27d58789a4b5d84bcc20d25a8.tar.xz
(incompat4): New test.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sort/Test.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm
index 301fe3fec..2f2202da0 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],