From 4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 2 Aug 2006 03:27:46 +0000 Subject: Whitespace normalization. --- Lib/test/test_subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v0.12