projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58baf1
)
close the Peek.t temp file so the END block can unlink it
author
Tony Cook
<tony@develop-help.com>
Fri, 24 Aug 2012 07:46:14 +0000
(17:46 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 24 Aug 2012 07:46:14 +0000
(17:46 +1000)
This was leaving detritus on Win32 builds
ext/Devel-Peek/t/Peek.t
patch
|
blob
|
history
diff --git
a/ext/Devel-Peek/t/Peek.t
b/ext/Devel-Peek/t/Peek.t
index
5a8efe3
..
6913d59
100644
(file)
--- a/
ext/Devel-Peek/t/Peek.t
+++ b/
ext/Devel-Peek/t/Peek.t
@@
-928,6
+928,7
@@
unless ($Config{useithreads}) {
DeadCode();
open(STDERR, ">&SAVERR") or die "Can't restore STDERR: $!";
pass "no crash with DeadCode";
+ close OUT;
}
done_testing();