From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 14 Feb 2007 00:04:54 +0000 (+0000)
Subject: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee03edd30dac4a70bf2d56895e9bf4dd1243abc8;p=p5sagit%2Fp5-mst-13.2.git

Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
Undo the mistake.

p4raw-id: //depot/perl@30277
---

diff --git a/t/lib/common.pl b/t/lib/common.pl
index 2cba490..36d45f3 100644
--- a/t/lib/common.pl
+++ b/t/lib/common.pl
@@ -16,8 +16,8 @@ $| = 1;
 
 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 = () ;