summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2005-07-22 04:51:15 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 07:49:58 +0000
commit0d65d7d555c9e685ae54e22c9f9eb33ec635ea81 (patch)
tree439da84aef3b59d3a9246611e92078f1d5af5ba3 /t/test.pl
parent6e73205105f5b52e070fbca13411b9ab4e21ee43 (diff)
downloadperl-0d65d7d555c9e685ae54e22c9f9eb33ec635ea81.tar.gz
Re: [perl #36622] y/// at end of file
Message-ID: <20050722185115.GB28829@windhund.schwern.org> p4raw-id: //depot/perl@25252
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test.pl b/t/test.pl
index 9f4f03bfb8..179b2f19bc 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -579,7 +579,7 @@ sub _fresh_perl {
{if (-e _ and -f _)}
}
- print TEST $prog, "\n";
+ print TEST $prog;
close TEST or die "Cannot close $tmpfile: $!";
my $results = runperl(%$runperl_args);