summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-01-09 16:34:19 -0600
committerCraig A. Berry <craigberry@mac.com>2010-01-09 16:34:19 -0600
commitb1b34a557d6a0b1b784977e95bea3db696ad19c9 (patch)
treea3a4c09400999336e2cbb0d2a621f107ba512089 /t
parent02d9cd5ef82ff73ba121632a5e98252e4d298ed5 (diff)
downloadperl-b1b34a557d6a0b1b784977e95bea3db696ad19c9.tar.gz
Update skip count in perlio.t.
Follow-up to af9379e9ed4daaed65ba42baa492afc842917dd5.
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;