projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2898e2c
)
Don't forget to tidy up.
Jarkko Hietaniemi [Tue, 29 Aug 2000 14:30:47 +0000 (14:30 +0000)]
p4raw-id: //depot/perl@6885
t/lib/ftmp-security.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/ftmp-security.t
b/t/lib/ftmp-security.t
index
2466916
..
3f563f4
100755
(executable)
--- a/
t/lib/ftmp-security.t
+++ b/
t/lib/ftmp-security.t
@@
-108,6
+108,7
@@
sub test_security {
my($fname2) = "foobar$$";
my $fh2;
open($fh2, ">$fname2") || warn "$0: failed to create '$fname2': $!\n";
+ END { unlink($fname2) }
ok( (-e $fname2) );
close($fh2);