X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-scalar.t;h=f6faea4ea1eaf27f79b839ec542f4b4f18a2e7eb;hb=9dce2bfe18bcd7d9914310c81b8832d40fb04fbb;hp=839cf58ac641f415612ab1e8cd6b857c0073101c;hpb=a5a7e1159e5dc96c5046b990a7a23316ab5d5889;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/30-scalar.t b/t/30-scalar.t index 839cf58..f6faea4 100644 --- a/t/30-scalar.t +++ b/t/30-scalar.t @@ -106,8 +106,6 @@ SKIP: { unless (MGf_COPY) { $SKIP = 'No copy magic for this perl'; - } elsif ($Config{useithreads} and $] le 5.008003) { - $SKIP = 'Causes havoc during global destruction for old threaded perls'; } else { eval "use Tie::Array"; $SKIP = 'Tie::Array required to test clear magic on tied array values' if $@;