diff options
author | Tony Cook <tony@develop-help.com> | 2012-08-24 17:46:14 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2012-08-24 17:46:14 +1000 |
commit | 7bf23f34fc45f13695f6edbbf246135dfad6cfc2 (patch) | |
tree | d4656c193af350e2df873d7f32dbd4714d0d3ec1 /ext | |
parent | c58baf15ae09f5f9fbb600b78e7e4cc568e056c5 (diff) | |
download | perl-7bf23f34fc45f13695f6edbbf246135dfad6cfc2.tar.gz |
close the Peek.t temp file so the END block can unlink it
This was leaving detritus on Win32 builds
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Devel-Peek/t/Peek.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Devel-Peek/t/Peek.t b/ext/Devel-Peek/t/Peek.t index 5a8efe3cd7..6913d59f9b 100644 --- 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(); |