summaryrefslogtreecommitdiff
path: root/t/lib/b-stash.t
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2001-05-19 00:04:23 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-20 11:06:01 +0000
commit347fb9454d081c2681824ccfe356ab4a77ffa2a5 (patch)
treee87fa27b3092350c6b59dbee5b6c230eb9249676 /t/lib/b-stash.t
parentf1583d8f9d0202b0faa93915d677e3bb94a345d1 (diff)
downloadperl-347fb9454d081c2681824ccfe356ab4a77ffa2a5.tar.gz
Mis-Failing tests
Message-ID: <20010519040423.A16861@math.ohio-state.edu> (In bleadperl patched b-stash.t instead of b.t) p4raw-id: //depot/perl@10164
Diffstat (limited to 't/lib/b-stash.t')
-rw-r--r--t/lib/b-stash.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/lib/b-stash.t b/t/lib/b-stash.t
index 3d12de3dfe..947a2ad98d 100644
--- a/t/lib/b-stash.t
+++ b/t/lib/b-stash.t
@@ -39,8 +39,10 @@ if ($Is_VMS) {
$a =~ s/-uVMS,-uVMS::Filespec,//;
$a =~ s/-uSocket,//; # Socket is optional/compiler version dependent
}
-if ($Config{static_ext} eq ' ' ||
- ($Config{static_ext} eq 'Socket' && $Is_VMS)) {
+if (($Config{static_ext} eq ' ' ||
+ ($Config{static_ext} eq 'Socket' && $Is_VMS))
+ && !($^O eq 'os2' and $OS2::is_aout)
+ ) {
if (ord('A') == 193) { # EBCDIC sort order is qw(a A) not qw(A a)
$b = join ',', sort split /,/, $b;
}