diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-08-02 03:27:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-08-02 03:27:46 (GMT) |
commit | 4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec (patch) | |
tree | 135c1fad2f296d897702eff76bcc614e959b35e0 /Lib/test/test_subprocess.py | |
parent | 26cad08748668fc22b673cdbda99067f0b9016c7 (diff) | |
download | cpython-4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec.zip cpython-4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec.tar.gz cpython-4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r-- | Lib/test/test_subprocess.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 1e18eca..8c8ac40 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -497,7 +497,7 @@ class ProcessTestCase(unittest.TestCase): resource.setrlimit(resource.RLIMIT_CORE, old_limit) except (ImportError, ValueError, resource.error): return - + def test_run_abort(self): # returncode handles signal termination old_limit = self._suppress_core_files() |