broken test for use5005threads
Gurusamy Sarathy [Mon, 10 Jan 2000 00:07:29 +0000 (00:07 +0000)]
p4raw-id: //depot/perl@4775

t/lib/safe2.t

index 2c1c80c..876e7a3 100755 (executable)
@@ -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;