summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-17 02:26:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-17 02:26:23 +0000
commit3ca0b005d0587848a2a5309c2ecfcf21efead626 (patch)
tree07122c067fd3045a02c560faed57460fb1ba6b23
parent8364ae4d1547eeb0d46e6f2c35b9c230722f7963 (diff)
downloadperl-3ca0b005d0587848a2a5309c2ecfcf21efead626.tar.gz
Test tweak for the open pragma.
p4raw-id: //depot/perl@7721
-rwxr-xr-xt/lib/b.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/b.t b/t/lib/b.t
index 2bca033ad9..be38f38c35 100755
--- a/t/lib/b.t
+++ b/t/lib/b.t
@@ -126,7 +126,7 @@ ok;
chomp($a = `$^X "-I../lib" "-MB::Stash" "-Mwarnings" -e1`);
$a = join ',', sort split /,/, $a;
-$a =~ s/-uperlio(?:::\w+)?,//g if defined $Config{'useperlio'} and $Config{'useperlio'} eq 'define';
+$a =~ s/-u(perlio|open)(?:::\w+)?,//g if defined $Config{'useperlio'} and $Config{'useperlio'} eq 'define';
$a =~ s/-uWin32,// if $^O eq 'MSWin32';
$a =~ s/-u(Cwd|File|File::Copy|OS2),//g if $^O eq 'os2';
$a =~ s/-uCwd,// if $^O eq 'cygwin';