Skip to content

Commit f5dd777

Browse files
committed
comment
1 parent 7ffc2f0 commit f5dd777

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/kill_kill.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ SCOPE: {
4444
\undef,
4545
\$out
4646
);
47+
# On most platforms, we don't need to wait to read the "running" message.
48+
# On NetBSD 10.0, not waiting led to us often issuing kill(kid, SIGTERM)
49+
# before the end of the child's exec(). Per https://gnats.netbsd.org/58268,
50+
# NetBSD then discarded the signal.
4751
pump $h until $out =~ /running/;
4852
my $needed = $h->kill_kill;
4953
ok( !$needed, 'Did not need kill_kill' );

0 commit comments

Comments
 (0)