diff options
Diffstat (limited to 't/io/layers.t')
-rw-r--r-- | t/io/layers.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/io/layers.t b/t/io/layers.t index 7938c39231..1c1ac4fd4c 100644 --- a/t/io/layers.t +++ b/t/io/layers.t @@ -20,7 +20,6 @@ BEGIN { use Config; my $DOSISH = $^O =~ /^(?:MSWin32|os2)$/ ? 1 : 0; - $DOSISH = 1 if !$DOSISH and $^O =~ /^uwin/; my $NONSTDIO = exists $ENV{PERLIO} && $ENV{PERLIO} ne 'stdio' ? 1 : 0; my $FASTSTDIO = $Config{d_faststdio} && $Config{usefaststdio} ? 1 : 0; my $UTF8_STDIN; |