X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frun%2Ffresh_perl.t;h=980f5e53be526694db2e4cee7ba30708bdec6d1a;hb=cf2649810f00335bd657355d81bcc9384a620135;hp=62f9c9151236eae325d837701d581748bb58a15c;hpb=1f616d559fcb84901480199144ce9065d098670b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index 62f9c91..980f5e5 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -856,8 +856,8 @@ EXPECT ./"TEST" ./"TEST" ######## "Segfault using HTML::Entities", Richard Jolly , in perl-unicode@perl.org -# SKIP: " $Config::Config{'extensions'} " !~ m[ Encode ] # Perl configured without Encode module -lw +# SKIP: use Config; $ENV{PERL_CORE_MINITEST} or " $Config::Config{'extensions'} " !~ m[ Encode ] # Perl configured without Encode module BEGIN { eval 'require Encode'; if ($@) { exit 0 } # running minitest? @@ -871,4 +871,4 @@ $t =~ s/([^a])//ge; $@ =~ s/ at .*/ at/; print $@ EXPECT -Malformed UTF-8 character (unexpected end of string) at +Malformed UTF-8 character (unexpected end of string) in substitution (s///) at