Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed Nov 10, 2024
1 parent 7ffc2f0 commit f5dd777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/kill_kill.t
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ SCOPE: {
\undef,
\$out
);
# On most platforms, we don't need to wait to read the "running" message.
# On NetBSD 10.0, not waiting led to us often issuing kill(kid, SIGTERM)
# before the end of the child's exec(). Per https://gnats.netbsd.org/58268,
# NetBSD then discarded the signal.
pump $h until $out =~ /running/;
my $needed = $h->kill_kill;
ok( !$needed, 'Did not need kill_kill' );
Expand Down

0 comments on commit f5dd777

Please sign in to comment.