Try to fix transient refleaks in test_distutils.

This commit is contained in:
Antoine Pitrou 2009-10-27 20:20:41 +00:00
parent fce3207b53
commit cb170100d4
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
def test_main():
test.test_support.run_unittest(distutils.tests.test_suite())
test.test_support.reap_children()
if __name__ == "__main__":