summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/io/perlio.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/perlio.t b/t/io/perlio.t
index d95e3963e2..b9f00a7f70 100644
--- a/t/io/perlio.t
+++ b/t/io/perlio.t
@@ -93,7 +93,7 @@ ok(close($utffh));
close OLDOUT;
SKIP: {
- skip("TMPDIR not honored on this platform", 2)
+ skip("TMPDIR not honored on this platform", 4)
if !$Config{d_mkstemp}
|| $^O eq 'VMS' || $^O eq 'MSwin32' || $^O eq 'os2';
local $ENV{TMPDIR} = $nonexistent;