projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a12c3db
)
Handle the combination of dosish and non-faststdio.
Jarkko Hietaniemi [Wed, 23 Apr 2003 08:34:33 +0000 (08:34 +0000)]
p4raw-id: //depot/perl@19310
t/io/layers.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/layers.t
b/t/io/layers.t
index
9a58de2
..
86712b3
100644
(file)
--- a/
t/io/layers.t
+++ b/
t/io/layers.t
@@
-63,7
+63,7
@@
SKIP: {
} else {
$expected->[0] = $ENV{PERLIO} if $expected->[0] eq "stdio";
}
- } elsif (!$FASTSTDIO) {
+ } elsif (!$FASTSTDIO && !$DOSISH) {
splice(@$result, 0, 2, "stdio")
if @$result >= 2 &&
$result->[0] eq "unix" &&