projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
71937ab
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO/t/fallback.t
b/ext/PerlIO/t/fallback.t
index
fd1b30c
..
a15ff71
100644
(file)
--- a/
ext/PerlIO/t/fallback.t
+++ b/
ext/PerlIO/t/fallback.t
@@
-56,7
+56,7
@@
is($line,"\x{FFFD}0.02\n","Unicode replacement char");
close($fh);
END {
-# unlink($file);
+ 1 while unlink($file);
}