| 1 | import signal, subprocess, sys, time |
| 2 | # On Linux this causes os.waitpid to fail with OSError as the OS has already |
| 3 | # reaped our child process. The wait() passing the OSError on to the caller |
| 4 | # and causing us to exit with an error is what we are testing against. |