Skip to content

Commit

Permalink
XXX skip syslog tests because fail without LC_TIME
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 01b9912 commit ed7cb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpan/Sys-Syslog/t/syslog-inet-udp.t
Expand Up @@ -13,6 +13,7 @@ use warnings qw(closure deprecated exiting glob io misc numeric once overflow
pack portable recursion redefine regexp severe signal substr
syntax taint uninitialized unpack untie utf8 void);

plan skip_all => "Skipping because fails without LC_TIME";
# if someone is using warnings::compat, the previous trick won't work, so we
# must manually disable warnings
$^W = 0 if $] < 5.006;
Expand Down
1 change: 1 addition & 0 deletions cpan/Sys-Syslog/t/syslog.t
Expand Up @@ -25,6 +25,7 @@ if ($ENV{PERL_CORE}) {
plan skip_all => "Sys::Syslog was not build"
unless $Config{'extensions'} =~ /\bSyslog\b/;
}
plan skip_all => "Skipping because fails without LC_TIME";

# we also need Socket
plan skip_all => "Socket was not build"
Expand Down

0 comments on commit ed7cb6f

Please sign in to comment.