mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 10:39:01 +02:00
Avoid broken pipe for 'y' and 'z' tests.
From Andreas.
This commit is contained in:
@@ -71,6 +71,10 @@ my @tv = (
|
||||
|
||||
);
|
||||
|
||||
# Don't use a pipe for these tests to avoid `Broken pipe' message.
|
||||
$Test::input_via{'y'} = {REDIR => 0, FILE => 0};
|
||||
$Test::input_via{'z'} = {REDIR => 0, FILE => 0};
|
||||
|
||||
sub test_vector
|
||||
{
|
||||
return @tv;
|
||||
|
||||
Reference in New Issue
Block a user