This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Work on eliminating systematic failures on make minitest:
[perl5.git] / t / io / read.t
index ea2672d..63ffee1 100755 (executable)
@@ -9,7 +9,8 @@ BEGIN {
 }
 
 use strict;
-use Errno;
+eval 'use Errno';
+die $@ if $@ and !$ENV{PERL_CORE_MINITEST};
 
 plan tests => 2;