summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_fork1
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files of expected output that contain only the name of theFred Drake2001-05-211-1/+0
| | | | | test; there is no need to store this in a file if the actual test code does not produce any output.
* Test case for fork1() behavior.Guido van Rossum2000-02-251-0/+1
Only the main thread should survive in the child after a fork().