Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions t/run/locale.t
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,8 @@ SKIP: { # GH #20054
skip "Even illegal locale names are accepted", 1
if $Config{d_setlocale_accepts_any_locale_name}
&& $Config{d_setlocale_accepts_any_locale_name} eq 'define';
skip "z/OS setlocale() crashes with illegal locale names", 1
if $^O eq 'os390';

my @lc_all_locales = find_locales('LC_ALL');
my $locale = $lc_all_locales[0];
Expand Down
Loading