projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
06fc686
)
Cleanup PerlIO temp files
Rafael Garcia-Suarez [Thu, 7 Jan 2010 11:12:49 +0000 (12:12 +0100)]
t/io/perlio.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/perlio.t
b/t/io/perlio.t
index
0bb23fa
..
1499ca2
100644
(file)
--- a/
t/io/perlio.t
+++ b/
t/io/perlio.t
@@
-101,6
+101,9
@@
ok(close($utffh));
mkdir $ENV{TMPDIR};
ok(open(my $x,"+<",undef), 'TMPDIR honored by magic temp file via 3 arg open with undef - works if TMPDIR points to an existent dir');
+
+ # hardcoded default temp path
+ unlink </tmp/PerlIO_*>;
}
}