summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-25 19:25:05 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-25 19:25:05 (GMT)
commitf7221c3a7d889a854a6b5e4a8d8012d93742e6b6 (patch)
tree1b9a6404f91365a232e66f7c46e2575f5ea4fe54 /Lib/test/output
parent4985e409397f805b54e35658de1df55cd0343284 (diff)
downloadcpython-f7221c3a7d889a854a6b5e4a8d8012d93742e6b6.zip
cpython-f7221c3a7d889a854a6b5e4a8d8012d93742e6b6.tar.gz
cpython-f7221c3a7d889a854a6b5e4a8d8012d93742e6b6.tar.bz2
Test case for fork1() behavior.
Only the main thread should survive in the child after a fork().
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_fork11
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_fork1 b/Lib/test/output/test_fork1
new file mode 100644
index 0000000..21fb526
--- /dev/null
+++ b/Lib/test/output/test_fork1
@@ -0,0 +1 @@
+test_fork1