summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-06-11 14:59:23 +1000
committerTony Cook <tony@develop-help.com>2019-06-11 14:59:23 +1000
commit2fe0d7f40a94163d6c242c3e695fdcd19e387422 (patch)
treeab142efb8b332e02c1d633dfac96cb575f436595 /t/io
parenta04f48a54e7b38518d0a59757c09918934136452 (diff)
downloadperl-2fe0d7f40a94163d6c242c3e695fdcd19e387422.tar.gz
(perl #122112) remove some interfering debug output
Diffstat (limited to 't/io')
-rw-r--r--t/io/pipe.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/io/pipe.t b/t/io/pipe.t
index fc3071300d..9f5bb3bcf8 100644
--- a/t/io/pipe.t
+++ b/t/io/pipe.t
@@ -253,7 +253,6 @@ my \$cmd = qq(\$Perl -e "sleep 3");
my \$pid = open my \$fh, "|\$cmd" or die "\$!\n";
close \$fh;
PROG
- print $prog;
my $out = fresh_perl($prog, {});
cmp_ok($out, '!~', qr/refcnt/, "no exception from PerlIO");
# checks that that program did something rather than failing to