diff options
Diffstat (limited to 't/run/locale.t')
-rw-r--r-- | t/run/locale.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/run/locale.t b/t/run/locale.t index b51c2d2a13..e249c65c77 100644 --- a/t/run/locale.t +++ b/t/run/locale.t @@ -166,7 +166,8 @@ EOF . " radix is marked UTF-8"); } - if ($different) { + SKIP: { + skip("no locale available where LC_NUMERIC radix isn't '.'", 30) unless $different; note("using the '$different' locale for LC_NUMERIC tests"); { local $ENV{LC_NUMERIC} = $different; |