From: Jim Meyering Date: Thu, 7 Dec 2006 09:04:04 +0000 (+0100) Subject: Make the output of "make check" more reproducible. X-Git-Tag: COREUTILS-6_7~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f1b96313e8653f1ad5358539776c58fd8fbdaef;p=platform%2Fupstream%2Fcoreutils.git 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. --- diff --git a/ChangeLog b/ChangeLog index 25b01d1..a3de0c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-07 Jim Meyering + + 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. + 2006-12-06 Paul Eggert * NEWS: Document the cp -p fix for special bits. diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm index 26dd1e0..d01759e 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;