diff options
author | Craig A. Berry <craigberry@mac.com> | 2010-01-09 16:34:19 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2010-01-09 16:34:19 -0600 |
commit | b1b34a557d6a0b1b784977e95bea3db696ad19c9 (patch) | |
tree | a3a4c09400999336e2cbb0d2a621f107ba512089 | |
parent | 02d9cd5ef82ff73ba121632a5e98252e4d298ed5 (diff) | |
download | perl-b1b34a557d6a0b1b784977e95bea3db696ad19c9.tar.gz |
Update skip count in perlio.t.
Follow-up to af9379e9ed4daaed65ba42baa492afc842917dd5.
-rw-r--r-- | t/io/perlio.t | 2 |
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; |