This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
277441d
)
close the produced test file so win32 can unlink it
author
Tony Cook
<tony@develop-help.com>
Tue, 28 Dec 2010 11:39:14 +0000
(22:39 +1100)
committer
Tony Cook
<tony@develop-help.com>
Tue, 28 Dec 2010 11:39:14 +0000
(22:39 +1100)
Previously runs would leave a GLOB(0x...) file in t/
t/io/open.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/open.t
b/t/io/open.t
index
5a8f008
..
3548d9b
100644
(file)
--- a/
t/io/open.t
+++ b/
t/io/open.t
@@
-333,6
+333,7
@@
fresh_perl_is(
print $fh "hello";
"".*STDOUT;
print "ok";
+ close $fh;
unlink \*STDOUT;
',
'ok', { stderr => 1 },