Hello, Pushed with changes! I replaced the waitpid logic with tst_reap_children > + SAFE_WAITPID(pid, &status, 0); > + if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) > + exit(WEXITSTATUS(status)); -- Thank you, Richard.