test_os needs to reap threads

This commit is contained in:
Antoine Pitrou 2011-07-15 23:00:56 +02:00
parent afed6ecf21
commit f26ad7149f
1 changed files with 1 additions and 0 deletions

View File

@ -1506,6 +1506,7 @@ class TestSendfile(unittest.TestCase):
raise
@support.reap_threads
def test_main():
support.run_unittest(
FileTests,