From: Florent Xicluna Date: Fri, 5 Mar 2010 01:07:40 +0000 (+0000) Subject: Remove some debug line... X-Git-Tag: v3.2a1~1566 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f666485084027582297f392f4fa9b2a5a662d1a;p=thirdparty%2FPython%2Fcpython.git Remove some debug line... --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index d58108157ec7..ad76335f89fb 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()