From: Gurusamy Sarathy Date: Mon, 10 Jan 2000 00:07:29 +0000 (+0000) Subject: broken test for use5005threads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1189716a8c17a4f78bbf6cb6f38c7d355235dd1;p=p5sagit%2Fp5-mst-13.2.git broken test for use5005threads p4raw-id: //depot/perl@4775 --- diff --git a/t/lib/safe2.t b/t/lib/safe2.t index 2c1c80c..876e7a3 100755 --- a/t/lib/safe2.t +++ b/t/lib/safe2.t @@ -66,7 +66,7 @@ $glob = "ok 11\n"; sub sayok { print "ok @_\n" } $cpt->share(qw($foo %bar @baz *glob sayok)); -$cpt->share('$"') unless $Config{archname} =~ /-thread$/; +$cpt->share('$"') unless $Config{use5005threads}; $cpt->reval(q{ package other;