Skip to content

Commit

Permalink
XXX skip run/locale.t on mingw for now
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Sep 13, 2023
1 parent 81614c0 commit 3afff8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/run/locale.t
Expand Up @@ -21,6 +21,7 @@ BEGIN {
}
}
use Config;
skip_all "MingW skipped currently" if $Config{config_args} =~ /USE_FAKE_OLD_MINGW_LOCALES/;

use I18N::Langinfo qw(langinfo RADIXCHAR);
my $have_strtod = $Config{d_strtod} eq 'define';
Expand Down

0 comments on commit 3afff8d

Please sign in to comment.