Change 16248 by jhi@alpha on 2002/04/28 16:04:23

        Be tidy.

Affected files ...

.... //depot/perl/ext/PerlIO/t/fallback.t#2 edit

Differences ...

==== //depot/perl/ext/PerlIO/t/fallback.t#2 (text) ====
Index: perl/ext/PerlIO/t/fallback.t
--- perl/ext/PerlIO/t/fallback.t.~1~    Sun Apr 28 10:15:05 2002
+++ perl/ext/PerlIO/t/fallback.t        Sun Apr 28 10:15:05 2002
@@ -56,7 +56,7 @@
 close($fh);
 
 END {
-#   unlink($file);
+    1 while unlink($file);
 }
 
 
End of Patch.

Reply via email to