summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_distutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_distutils.py b/Lib/test/test_distutils.py
index fcd792d945..2d871d36bd 100644
--- a/Lib/test/test_distutils.py
+++ b/Lib/test/test_distutils.py
@@ -11,6 +11,7 @@ import test.test_support
def test_main():
test.test_support.run_unittest(distutils.tests.test_suite())
+ test.test_support.reap_children()
if __name__ == "__main__":