summaryrefslogtreecommitdiff
path: root/t/lib/english.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/english.t')
-rwxr-xr-xt/lib/english.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/english.t b/t/lib/english.t
index 1a96c772fe..9691229be0 100755
--- a/t/lib/english.t
+++ b/t/lib/english.t
@@ -5,7 +5,7 @@ print "1..16\n";
BEGIN { @INC = '../lib' }
use English;
use Config;
-my $threads = $Config{archname} =~ /-thread$/;
+my $threads = $Config{'usethreads'} || 0;
print $PID == $$ ? "ok 1\n" : "not ok 1\n";