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