mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 23:43:45 +08:00
Avoid broken pipe for 'y' and 'z' tests.
From Andreas.
This commit is contained in:
parent
82e166ebbb
commit
f96dc5e195
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user