The PERL_DL_NONLAZY can have whitespace in front.
Jarkko Hietaniemi [Sun, 27 May 2001 22:44:49 +0000 (22:44 +0000)]
p4raw-id: //depot/perl@10240

t/lib/extutils.t

index 599116c..e18c225 100644 (file)
@@ -185,7 +185,7 @@ if ($?) {
   print "not ok 8 # $make failed: $?\n";
 } else {
   # Perl babblings
-  $makeout =~ s/^PERL_DL_NONLAZY=.+?\n//m;
+  $makeout =~ s/^\s*PERL_DL_NONLAZY=.+?\n//m;
 
   # GNU make babblings
   $makeout =~ s/^\w*?make.+?(?:entering|leaving) directory.+?\n//mig;