From: Jarkko Hietaniemi Date: Wed, 23 Apr 2003 08:34:33 +0000 (+0000) Subject: Handle the combination of dosish and non-faststdio. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e29b014fa51391791d8a811bc7d80374cc62e804;p=p5sagit%2Fp5-mst-13.2.git Handle the combination of dosish and non-faststdio. p4raw-id: //depot/perl@19310 --- diff --git a/t/io/layers.t b/t/io/layers.t index 9a58de2..86712b3 100644 --- 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" &&