projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
002721d
)
Byebye, beebee.
Jarkko Hietaniemi [Wed, 3 Apr 2002 22:53:41 +0000 (22:53 +0000)]
p4raw-id: //depot/perl@15725
t/lib/warnings/perlio
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/warnings/perlio
b/t/lib/warnings/perlio
index
85aa5f2
..
7be0219
100644
(file)
--- a/
t/lib/warnings/perlio
+++ b/
t/lib/warnings/perlio
@@
-50,5
+50,6
@@
no warnings 'layer';
open(F, ">:xyz", "bb");
use warnings 'layer';
open(F, ">:xyz", "bb");
+END { 1 while unlink "bb" } # KEEP THIS WITH THE LAST TEST.
EXPECT
perlio: unknown layer "xyz".