Fix a typo
This commit is contained in:
parent
5aa1dd5f06
commit
cc1343140d
@ -7,7 +7,7 @@ import unittest
|
|||||||
from test.fork_wait import ForkWait
|
from test.fork_wait import ForkWait
|
||||||
from test.support import run_unittest, reap_children
|
from test.support import run_unittest, reap_children
|
||||||
|
|
||||||
if not hassattr(os, 'fork'):
|
if not hasattr(os, 'fork'):
|
||||||
raise unittest.SkipTest("os.fork not defined")
|
raise unittest.SkipTest("os.fork not defined")
|
||||||
|
|
||||||
if not hasattr(os, 'wait3'):
|
if not hasattr(os, 'wait3'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user