Change 30277 by [EMAIL PROTECTED] on 2007/02/14 00:04:54
Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
Undo the mistake.
Affected files ...
... //depot/perl/t/lib/common.pl#11 edit
Differences ...
==== //depot/perl/t/lib/common.pl#11 (text) ====
Index: perl/t/lib/common.pl
--- perl/t/lib/common.pl#10~30276~ 2007-02-13 16:01:04.000000000 -0800
+++ perl/t/lib/common.pl 2007-02-13 16:04:54.000000000 -0800
@@ -16,8 +16,8 @@
my $Is_MacOS = $^O eq 'MacOS';
my $tmpfile = "tmp0000";
-# 1 while -e ++$tmpfile;
-# END { 1 while unlink $tmpfile }
+1 while -e ++$tmpfile;
+END { 1 while unlink $tmpfile }
my @prgs = () ;
my @w_files = () ;
End of Patch.