summaryrefslogtreecommitdiff
path: root/t/re
diff options
context:
space:
mode:
Diffstat (limited to 't/re')
-rw-r--r--t/re/charset.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/charset.t b/t/re/charset.t
index cc8532af02..c95c276bd4 100644
--- a/t/re/charset.t
+++ b/t/re/charset.t
@@ -125,7 +125,7 @@ if ($ENV{PERL_DEBUG_FULL_TEST}) {
my $utf8_locale;
my @charsets = qw(a d u aa);
-my $locales_ok = locales_enabled('LC_CTYPE');
+my $locales_ok = locales_enabled([ 'LC_CTYPE', 'LC_ALL' ]);
if (! is_miniperl() && $locales_ok) {
require POSIX;
my $current_locale = POSIX::setlocale( &POSIX::LC_ALL, "C") // "";