summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;