diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-06 16:20:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-06 16:20:33 +0000 |
commit | c6eba7739afe8efbb2c458fd3d5b14d8ce029231 (patch) | |
tree | 4fb3963fbda1014d3c6e739884820a72a80d4b84 /t | |
parent | b75c8c73cd7f3c92a16e03fb046f4e2a99363bc7 (diff) | |
download | perl-c6eba7739afe8efbb2c458fd3d5b14d8ce029231.tar.gz |
Test tweak because of #8013.
p4raw-id: //depot/perl@8014
Diffstat (limited to 't')
-rwxr-xr-x | t/lib/b.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |