From: Jarkko Hietaniemi Date: Wed, 6 Dec 2000 16:20:33 +0000 (+0000) Subject: Test tweak because of #8013. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6eba7739afe8efbb2c458fd3d5b14d8ce029231;p=p5sagit%2Fp5-mst-13.2.git Test tweak because of #8013. p4raw-id: //depot/perl@8014 --- diff --git a/t/lib/b.t b/t/lib/b.t index be38f38..ee49213 100755 --- a/t/lib/b.t +++ b/t/lib/b.t @@ -132,7 +132,7 @@ $a =~ s/-u(Cwd|File|File::Copy|OS2),//g if $^O eq 'os2'; $a =~ s/-uCwd,// if $^O eq 'cygwin'; if ($Config{static_ext} eq ' ') { $b = '-uCarp,-uCarp::Heavy,-uDB,-uExporter,-uExporter::Heavy,-uattributes,' - . '-umain,-uwarnings'; + . '-umain,-ustrict,-uwarnings'; print "# [$a] vs [$b]\nnot " if $a ne $b; ok; } else {