commit | 05a45599d7c7e7584a80d7ef70dc47e984664619 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Mar 20 06:30:08 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Mar 20 06:30:08 2006 +0000 |
tree | 67d35b00825fa7ab92cb32bf9db4ff902259c324 | |
parent | 910b5eec07543dc4e7f4f35648a025fe7b032249 [diff] |
Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. This was a fair amount of rework of the patch. Refactored test_fork1 so it could be reused by the new tests for wait3/4. Also made them into new style unittests (derive from unittest.TestCase).