From: Mike Guy Date: Mon, 14 Aug 2000 07:57:23 +0000 (+0100) Subject: Test fails / warnings with perl-current #6612 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=208edb77a29d217fb751c222223477b9e3fc3fd6;p=p5sagit%2Fp5-mst-13.2.git Test fails / warnings with perl-current #6612 Message-Id: p4raw-id: //depot/perl@6614 --- diff --git a/t/lib/b.t b/t/lib/b.t index dbcfc30..b20e2bc 100755 --- a/t/lib/b.t +++ b/t/lib/b.t @@ -114,7 +114,8 @@ $a =~ s/\s+/ /g; $a =~ s/\b(s|foo|bar|ullsv)\b\s?//g; $a =~ s/^\s+//; $a =~ s/\s+$//; -if ($Config{use5005threads} eq 'define') { +my $is_thread = $Config{use5005threads} && $Config{use5005threads} eq 'define'; +if ($is_thread) { $b=<