summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-10-20 18:41:58 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-10-20 19:09:36 +0100
commit083ace8f9342a384107f7068fbedccaffa078b08 (patch)
tree0d5eac02c4d62cb2b1a3f35663984c855d3c4a47 /lib
parent494bd89769f5d930129f71ef5d07c5abcdae3195 (diff)
downloadperl-083ace8f9342a384107f7068fbedccaffa078b08.tar.gz
Skip 'BAD LOCALE' test on DragonflyBSD
Diffstat (limited to 'lib')
-rw-r--r--lib/locale.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/locale.t b/lib/locale.t
index 7319e98afa..bac2a20a94 100644
--- a/lib/locale.t
+++ b/lib/locale.t
@@ -2026,7 +2026,8 @@ foreach ($first_locales_test_number..$final_locales_test_number) {
$test_num = $final_locales_test_number;
-{ # perl #115808
+unless ( $^O eq 'dragonfly' ) {
+ # perl #115808
use warnings;
my $warned = 0;
local $SIG{__WARN__} = sub {