4dad76
From 2fe0d7f40a94163d6c242c3e695fdcd19e387422 Mon Sep 17 00:00:00 2001
4dad76
From: Tony Cook <tony@develop-help.com>
4dad76
Date: Tue, 11 Jun 2019 14:59:23 +1000
4dad76
Subject: [PATCH] (perl #122112) remove some interfering debug output
4dad76
MIME-Version: 1.0
4dad76
Content-Type: text/plain; charset=UTF-8
4dad76
Content-Transfer-Encoding: 8bit
4dad76
4dad76
Signed-off-by: Petr Písař <ppisar@redhat.com>
4dad76
---
4dad76
 t/io/pipe.t | 1 -
4dad76
 1 file changed, 1 deletion(-)
4dad76
4dad76
diff --git a/t/io/pipe.t b/t/io/pipe.t
4dad76
index fc3071300d..9f5bb3bcf8 100644
4dad76
--- a/t/io/pipe.t
4dad76
+++ b/t/io/pipe.t
4dad76
@@ -253,7 +253,6 @@ my \$cmd = qq(\$Perl -e "sleep 3");
4dad76
 my \$pid = open my \$fh, "|\$cmd" or die "\$!\n";
4dad76
 close \$fh;
4dad76
 PROG
4dad76
-    print $prog;
4dad76
     my $out = fresh_perl($prog, {});
4dad76
     cmp_ok($out, '!~', qr/refcnt/, "no exception from PerlIO");
4dad76
     # checks that that program did something rather than failing to
4dad76
-- 
4dad76
2.20.1
4dad76