From d20de9b7dbe246c939e618a75ce9115b3f900642 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 10 Dec 2022 07:27:55 -0700 Subject: [PATCH] run/locale.t: diag the list of locales --- t/run/locale.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/run/locale.t b/t/run/locale.t index 162af21e8685..6a312f8f12f4 100644 --- a/t/run/locale.t +++ b/t/run/locale.t @@ -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';