Mitchell Hashimoto f8bdd2b1bb termio: killpg expected to fail on darwin, still go into waitpid loop
Fixes #2273

On macOS, killpg is expected to fail with EPERM because of the way we
launch a login process around it. Before this commit, this caused us to
never call waitpid and reap the child process, which caused the child
process to stick around as a zombie.

This commit allows killpg to fail with EPERM on macOS and fall through
to waitpid.
2024-09-20 15:29:06 -07:00
..
2024-07-15 10:23:09 -07:00
2024-09-04 22:13:52 -05:00
2024-07-15 10:23:09 -07:00
2024-08-05 13:56:57 +02:00
2024-09-04 22:13:52 -05:00