summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-05 01:07:40 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-05 01:07:40 (GMT)
commit6f666485084027582297f392f4fa9b2a5a662d1a (patch)
treeadea3d13b1d31fbed967d6d6fcd668c021b59dca
parent129226d4eb3641af6eb2a7f4646c59370771f336 (diff)
downloadcpython-6f666485084027582297f392f4fa9b2a5a662d1a.zip
cpython-6f666485084027582297f392f4fa9b2a5a662d1a.tar.gz
cpython-6f666485084027582297f392f4fa9b2a5a662d1a.tar.bz2
Remove some debug line...
-rw-r--r--Lib/test/test_subprocess.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index d581081..ad76335 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()