diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-07 10:04:04 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-07 10:04:04 +0100 |
commit | 9f1b96313e8653f1ad5358539776c58fd8fbdaef (patch) | |
tree | a7351a04f56886e19b84a0d48bc5f3b30716b51c /tests | |
parent | fc92148eac1cd2f8a5e99b3facc21e630e815bef (diff) | |
download | coreutils-9f1b96313e8653f1ad5358539776c58fd8fbdaef.tar.xz |
Make the output of "make check" more reproducible.
* tests/uniq/Test.pm: Don't perform the pipe-reading version of test
118, since it emits "cat: write error: Broken pipe" on some systems.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/uniq/Test.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm index 26dd1e0ee..d01759e7f 100644 --- a/tests/uniq/Test.pm +++ b/tests/uniq/Test.pm @@ -117,6 +117,9 @@ sub test_vector $test_name =~ /^obs-plus/ and $Test::env{$test_name} = ['_POSIX2_VERSION=199209']; + + $flags =~ /badoption/ + and $Test::input_via{$test_name} = {REDIR => 0}; } return @tv; |