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