diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-14 00:40:05 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-14 00:52:06 -0800 |
commit | 7b64ff23e735d414eea886bd2bf2b6231acbd7a2 (patch) | |
tree | 5fbfb52fe482a1d2d43e11526268f2f342489634 /t | |
parent | 8080e3c81732aa2a08a2191391ba00b29588ab46 (diff) | |
download | perl-7b64ff23e735d414eea886bd2bf2b6231acbd7a2.tar.gz |
stat.t: Add bug number
Diffstat (limited to 't')
-rw-r--r-- | t/op/stat.t | 1 |
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; |