summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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],