projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d6dcf4
)
small cleanup task for test suite
Peter Prymmer [Wed, 22 Nov 2000 15:04:13 +0000 (07:04 -0800)]
Message-ID: <Pine.OSF.4.10.
10011221457530
.519633-100000@aspara.forte.com>
p4raw-id: //depot/perl@7823
t/pragma/warn/pp_hot
patch
|
blob
|
blame
|
history
diff --git
a/t/pragma/warn/pp_hot
b/t/pragma/warn/pp_hot
index
4268205
..
698255c
100644
(file)
--- a/
t/pragma/warn/pp_hot
+++ b/
t/pragma/warn/pp_hot
@@
-151,6
+151,7
@@
open (FH, ">./xcv") ;
my $a = <FH> ;
no warnings 'io' ;
$a = <FH> ;
+close (FH) ;
unlink $file ;
EXPECT
Filehandle FH opened only for output at - line 5.