summaryrefslogtreecommitdiff
path: root/tests/uniq
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-09 14:17:00 +0100
committerJim Meyering <jim@meyering.net>2006-12-09 14:17:00 +0100
commitdab023dec17868b763098bb8a1cd0caccd6c8e5d (patch)
treeea80a6fd96133380cfd394ebac8c183af1ffc666 /tests/uniq
parent939c480a79f7776a3d6a73fbf3eef411d1e2256f (diff)
downloadcoreutils-dab023dec17868b763098bb8a1cd0caccd6c8e5d.tar.xz
* tests/uniq/Test.pm (test_vector): Skip the pipe-reading test
whenever uniq is expected to fail. This should catch the other case [test #112] in which uniq emits "cat: write error: Broken pipe" on some systems.
Diffstat (limited to 'tests/uniq')
-rw-r--r--tests/uniq/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm
index d01759e7f..fe0fc68a5 100644
--- a/tests/uniq/Test.pm
+++ b/tests/uniq/Test.pm
@@ -118,7 +118,7 @@ sub test_vector
$test_name =~ /^obs-plus/
and $Test::env{$test_name} = ['_POSIX2_VERSION=199209'];
- $flags =~ /badoption/
+ $ret
and $Test::input_via{$test_name} = {REDIR => 0};
}