Be tidy.
Jarkko Hietaniemi [Sun, 28 Apr 2002 16:04:23 +0000 (16:04 +0000)]
p4raw-id: //depot/perl@16248

ext/PerlIO/t/fallback.t

index fd1b30c..a15ff71 100644 (file)
@@ -56,7 +56,7 @@ is($line,"\x{FFFD}0.02\n","Unicode replacement char");
 close($fh);
 
 END {
-#   unlink($file);
+    1 while unlink($file);
 }