From 347fb9454d081c2681824ccfe356ab4a77ffa2a5 Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Sat, 19 May 2001 00:04:23 -0400 Subject: 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 --- t/lib/b-stash.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 't/lib/b-stash.t') 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; } -- cgit v1.2.1