From e29b014fa51391791d8a811bc7d80374cc62e804 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 23 Apr 2003 08:34:33 +0000 Subject: [PATCH] Handle the combination of dosish and non-faststdio. p4raw-id: //depot/perl@19310 --- t/io/layers.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" && -- 2.7.4