mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 16:19:23 +02:00
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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-12-07 Jim Meyering <jim@meyering.net>
|
||||
|
||||
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 <eggert@cs.ucla.edu>
|
||||
|
||||
* NEWS: Document the cp -p fix for special bits.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user