From: Florent Xicluna Date: Fri, 5 Mar 2010 01:12:14 +0000 (+0000) Subject: These line should not be there. X-Git-Tag: v2.7a4~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7272acfabe0c232f17d8b88cb23b14a71ecdb5d7;p=python These line should not be there. --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 844490944d..84ea9ed8bf 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -823,7 +823,6 @@ def test_main(): ProcessTestCaseNoPoll, HelperFunctionTests) - unit_tests = ( POSIXProcessTestCase,) test_support.run_unittest(*unit_tests) test_support.reap_children()