1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

* 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.
This commit is contained in:
Jim Meyering
2006-12-09 14:17:00 +01:00
parent 939c480a79
commit dab023dec1
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
2006-12-09 Jim Meyering <jim@meyering.net>
* 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.
2006-12-08 Jim Meyering <jim@meyering.net>
Include bootstrap tool version info in the announcement form.
+1 -1
View File
@@ -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};
}