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:
8080e3c
)
stat.t: Add bug number
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 14 Jan 2012 08:40:05 +0000
(
00:40
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 14 Jan 2012 08:52:06 +0000
(
00:52
-0800)
t/op/stat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/stat.t
b/t/op/stat.t
index
d2ce8d1
..
e6bdc40
100644
(file)
--- a/
t/op/stat.t
+++ b/
t/op/stat.t
@@
-503,6
+503,7
@@
SKIP: {
ok(unlink($f), 'unlink tmp file');
}
+# [perl #4253]
{
ok(open(F, ">", $tmpfile), 'can create temp file');
close F;