commit | 4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Aug 02 03:27:46 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Aug 02 03:27:46 2006 +0000 |
tree | 135c1fad2f296d897702eff76bcc614e959b35e0 | |
parent | 26cad08748668fc22b673cdbda99067f0b9016c7 [diff] [blame] |
Whitespace normalization.
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 @@ 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()