From 6f666485084027582297f392f4fa9b2a5a662d1a Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 5 Mar 2010 01:07:40 +0000 Subject: [PATCH] Remove some debug line... --- Lib/test/test_subprocess.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index d58108157e..ad76335f89 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -850,7 +850,6 @@ def test_main(): ProcessTestCaseNoPoll, HelperFunctionTests) - unit_tests = (POSIXProcessTestCase,) support.run_unittest(*unit_tests) support.reap_children() -- 2.50.1