projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d9cd5
)
Update skip count in perlio.t.
author
Craig A. Berry
<craigberry@mac.com>
Sat, 9 Jan 2010 22:34:19 +0000
(16:34 -0600)
committer
Craig A. Berry
<craigberry@mac.com>
Sat, 9 Jan 2010 22:34:19 +0000
(16:34 -0600)
Follow-up to
af9379e9ed4daaed65ba42baa492afc842917dd5
.
t/io/perlio.t
patch
|
blob
|
history
diff --git
a/t/io/perlio.t
b/t/io/perlio.t
index
d95e396
..
b9f00a7
100644
(file)
--- 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;