Avoid broken pipe for 'y' and 'z' tests.

From Andreas.
This commit is contained in:
Jim Meyering 1998-07-29 13:27:28 +00:00
parent 82e166ebbb
commit f96dc5e195

View File

@ -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;