Kaydet (Commit) 5cb104d1 authored tarafından R. David Murray's avatar R. David Murray

Revert incorrect change.

üst d1f52606
......@@ -3,11 +3,14 @@
import os
import time
import unittest
from test.fork_wait import ForkWait
from test.test_support import run_unittest, reap_children, import_module
import_module('os.fork')
from test.test_support import run_unittest, reap_children
try:
os.fork
except AttributeError:
raise unittest.SkipTest, "os.fork not defined -- skipping test_fork1"
class ForkTest(ForkWait):
def wait_impl(self, cpid):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment