From 7272acfabe0c232f17d8b88cb23b14a71ecdb5d7 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 5 Mar 2010 01:12:14 +0000 Subject: These line should not be there. --- 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 8444909..84ea9ed 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() -- cgit v0.12