summaryrefslogtreecommitdiff
path: root/lib/I18N
diff options
context:
space:
mode:
Diffstat (limited to 'lib/I18N')
-rw-r--r--lib/I18N/LangTags/t/80_all_env.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/I18N/LangTags/t/80_all_env.t b/lib/I18N/LangTags/t/80_all_env.t
index 050c8f2039..288f735fe2 100644
--- a/lib/I18N/LangTags/t/80_all_env.t
+++ b/lib/I18N/LangTags/t/80_all_env.t
@@ -37,8 +37,10 @@ $ENV{'IGNORE_WIN32_LOCALE'} = 1; # a hack, just for testing's sake.
print "# Test LANG...\n";
$ENV{'REQUEST_METHOD'} = '';
-$ENV{'LANG'} = 'Eu_MT';
-$ENV{'LANGUAGE'} = '';
+$ENV{'LANG'} = 'Eu_MT';
+$ENV{'LC_ALL'} = '';
+$ENV{'LANGUAGE'} = '';
+$ENV{'LC_MESSAGES'} = '';
ok show( scalar I18N::LangTags::Detect::detect()), "eu-mt";
ok show( j I18N::LangTags::Detect::detect()), q{["eu-mt"]};