summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-14 00:40:05 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-14 00:52:06 -0800
commit7b64ff23e735d414eea886bd2bf2b6231acbd7a2 (patch)
tree5fbfb52fe482a1d2d43e11526268f2f342489634
parent8080e3c81732aa2a08a2191391ba00b29588ab46 (diff)
downloadperl-7b64ff23e735d414eea886bd2bf2b6231acbd7a2.tar.gz
stat.t: Add bug number
-rw-r--r--t/op/stat.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index d2ce8d14f7..e6bdc405ad 100644
--- 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;