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