[Patch #1520905] Attempt to suppress core file created by test_subprocess.py.
commite2787383678264f0ab1656602306ffdd3816ffe8
authorandrew.kuchling <andrew.kuchling@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 1 Aug 2006 18:16:15 +0000 (1 18:16 +0000)
committerandrew.kuchling <andrew.kuchling@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 1 Aug 2006 18:16:15 +0000 (1 18:16 +0000)
tree85a65d24cf8e148e5e19934e3c1903529ac9cf81
parentfa4a2cfcbc8ddbcde4cd7bd10a4ccc2eb38b4112
[Patch #1520905] Attempt to suppress core file created by test_subprocess.py.
Patch by Douglas Greiman.

The test_run_abort() testcase produces a core file on Unix systems,
even though the test is successful. This can be confusing or alarming
to someone who runs 'make test' and then finds that the Python
interpreter apparently crashed.

git-svn-id: http://svn.python.org/projects/python/trunk@51021 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_subprocess.py