t/active-unix-socket: sleep for init(8) to reap worker
commitbd8289c824905d57316e9d9eb469267bc406b0ed
authorEW <bofh@yhbt.net>
Tue, 6 Jun 2023 10:09:25 +0000 (6 10:09 +0000)
committerEW <bofh@yhbt.net>
Tue, 20 Jun 2023 10:38:47 +0000 (20 10:38 +0000)
tree18a29b32deea288f0eec04e9d5a2e6399e83981b
parentf594a1dedbcd34457f490131909ccf7f2eb73c85
t/active-unix-socket: sleep for init(8) to reap worker

Unfortunately, we need a sleep loop here since kill(2) succeeds
on zombies and init(8) doesn't reap the worker soon enough on
a FreeBSD VM.
t/active-unix-socket.t