[Python-checkins] r78675 - python/trunk/Lib/test/test_subprocess.py

florent.xicluna python-checkins at python.org
Fri Mar 5 02:12:14 CET 2010


Author: florent.xicluna
Date: Fri Mar  5 02:12:14 2010
New Revision: 78675

Log:
These line should not be there.


Modified:
   python/trunk/Lib/test/test_subprocess.py

Modified: python/trunk/Lib/test/test_subprocess.py
==============================================================================
--- python/trunk/Lib/test/test_subprocess.py	(original)
+++ python/trunk/Lib/test/test_subprocess.py	Fri Mar  5 02:12:14 2010
@@ -823,7 +823,6 @@
                   ProcessTestCaseNoPoll,
                   HelperFunctionTests)
 
-    unit_tests = (                  POSIXProcessTestCase,)
     test_support.run_unittest(*unit_tests)
     test_support.reap_children()
 


More information about the Python-checkins mailing list