diff options
-rw-r--r-- | t/io/eintr.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/eintr.t b/t/io/eintr.t index 28983c3d02..e985a83ac8 100644 --- a/t/io/eintr.t +++ b/t/io/eintr.t @@ -40,7 +40,7 @@ if (exists $ENV{PERLIO} && $ENV{PERLIO} =~ /stdio/ ) { exit 0; } -if ($^O eq 'VMS') { +if ($^O eq 'VMS' || $^O eq 'MSWin32') { skip_all('various portability issues'); exit 0; } |