mirror of
https://github.com/uselessd/alcove.git
synced 2026-04-15 17:25:33 +00:00
On a single CPU linux test system, the last process in the fork chain may
not have exited when an process earlier in the chain has returned
{error,esrch} from a kill signal. Test the entire fork chain has exited
by waiting for the last element in the chain.