diff options
Diffstat (limited to 't/lib/safe2.t')
-rwxr-xr-x | t/lib/safe2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/safe2.t b/t/lib/safe2.t index 2c1c80c604..876e7a37db 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; |