From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Fri, 17 Nov 2000 02:26:23 +0000 (+0000)
Subject: Test tweak for the open pragma.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ca0b005d0587848a2a5309c2ecfcf21efead626;p=p5sagit%2Fp5-mst-13.2.git

Test tweak for the open pragma.

p4raw-id: //depot/perl@7721
---

diff --git a/t/lib/b.t b/t/lib/b.t
index 2bca033..be38f38 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';