Skip to content

Commit

Permalink
run/locale.t: diag the list of locales
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Feb 2, 2023
1 parent 86b0a3c commit d20de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/run/locale.t
Expand Up @@ -26,7 +26,7 @@ my $have_strtod = $Config{d_strtod} eq 'define';
my $have_localeconv = defined $Config{d_locconv} && $Config{d_locconv} eq 'define';
my @locales = find_locales( [ 'LC_ALL', 'LC_CTYPE', 'LC_NUMERIC' ]);
skip_all("no locales available") unless @locales;
note("locales available: @locales");
diag("locales available: @locales");

my $debug = 0;
#$debug = 1 if $^O eq 'cygwin'; # or $^O eq 'MSWin32';
Expand Down

0 comments on commit d20de9b

Please sign in to comment.