This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
disable t/io/eintr.t on windows
[perl5.git] / t / io / eintr.t
index 28983c3..e985a83 100644 (file)
@@ -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;
 }