Skip to content

Commit

Permalink
Merge 5a80c8d into 9085b4e
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 2, 2021
2 parents 9085b4e + 5a80c8d commit b6f31e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t/op/dump.t
Expand Up @@ -85,6 +85,9 @@ else {
}
PROG

SKIP: {
my $reason = "GH 18847: excessive writes to /var/log/messages on FreeBSD";
skip $reason, 1 if $^O eq 'freebsd';
fresh_perl_like(<<'PROG', qr/A(?!B\z)/, {}, "CORE::dump with label quits"); BEGIN {$SIG {__WARN__} = sub {1;}}
++$|;
my $pid = fork;
Expand All @@ -101,6 +104,8 @@ else {
}
PROG

} # END SKIP block

END {
chdir $start if defined $start;
}

0 comments on commit b6f31e3

Please sign in to comment.