--- t/op/incfilter.t.dist 2006-05-28 14:06:23.000000000 +0300 +++ t/op/incfilter.t 2006-05-28 14:07:17.000000000 +0300 @@ -5,6 +5,10 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib); + if ($ENV{PERL_CORE_MINITEST}) { + print "1..0 # Skip: no dynamic loading on miniperl\n"; + exit 0; + } unless (find PerlIO::Layer 'perlio') { print "1..0 # Skip: not perlio\n"; exit 0;
![]() |
0 |
![]() |
Jarkko Hietaniemi wrote: > --- t/op/incfilter.t.dist 2006-05-28 14:06:23.000000000 +0300 > +++ t/op/incfilter.t 2006-05-28 14:07:17.000000000 +0300 > @@ -5,6 +5,10 @@ > BEGIN { > chdir 't' if -d 't'; > @INC = qw(. ../lib); > + if ($ENV{PERL_CORE_MINITEST}) { > + print "1..0 # Skip: no dynamic loading on miniperl\n"; > + exit 0; > + } Thanks, applied as #28324.
![]() |
0 |
![]() |