From: Craig A. Berry Date: Sat, 9 Jan 2010 22:34:19 +0000 (-0600) Subject: Update skip count in perlio.t. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1b34a557d6a0b1b784977e95bea3db696ad19c9;p=p5sagit%2Fp5-mst-13.2.git Update skip count in perlio.t. Follow-up to af9379e9ed4daaed65ba42baa492afc842917dd5. --- diff --git a/t/io/perlio.t b/t/io/perlio.t index d95e396..b9f00a7 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;