summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-05 01:12:14 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-05 01:12:14 (GMT)
commit7272acfabe0c232f17d8b88cb23b14a71ecdb5d7 (patch)
treef1cae2613675d5ebb7377fcbd6fcb195fbbcf522 /Lib/test
parentd6935631daf3c0da5db624ecb4d823d7a8b9b7a7 (diff)
downloadcpython-7272acfabe0c232f17d8b88cb23b14a71ecdb5d7.zip
cpython-7272acfabe0c232f17d8b88cb23b14a71ecdb5d7.tar.gz
cpython-7272acfabe0c232f17d8b88cb23b14a71ecdb5d7.tar.bz2
These line should not be there.
Diffstat (limited to 'Lib/test')
-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 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()