Test tweak because of #8013.
Jarkko Hietaniemi [Wed, 6 Dec 2000 16:20:33 +0000 (16:20 +0000)]
p4raw-id: //depot/perl@8014

t/lib/b.t

index be38f38..ee49213 100755 (executable)
--- 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 {