summaryrefslogtreecommitdiff
path: root/tests/cut/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cut/Test.pm')
-rwxr-xr-xtests/cut/Test.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cut/Test.pm b/tests/cut/Test.pm
index 2e6399c5d..f140a344b 100755
--- a/tests/cut/Test.pm
+++ b/tests/cut/Test.pm
@@ -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;