summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_subprocess.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-03-28 01:08:02 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-03-28 01:08:02 (GMT)
commiteba28bea9b8ef7df010e65c630b8c0f7009c6005 (patch)
tree9ec2d5adb6886c2577a8c20e4e51d6d7ed393ec4 /Lib/test/test_subprocess.py
parent700f36c7520bffef73d86088fa80b7a1c62c416a (diff)
downloadcpython-eba28bea9b8ef7df010e65c630b8c0f7009c6005.zip
cpython-eba28bea9b8ef7df010e65c630b8c0f7009c6005.tar.gz
cpython-eba28bea9b8ef7df010e65c630b8c0f7009c6005.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r--Lib/test/test_subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index e6f981d..c351ee9 100644
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -387,7 +387,7 @@ class ProcessTestCase(unittest.TestCase):
if test_support.is_resource_enabled("subprocess") and not mswindows:
max_handles = 1026 # too much for most UNIX systems
else:
- max_handles = 65
+ max_handles = 65
for i in range(max_handles):
p = subprocess.Popen([sys.executable, "-c",
"import sys;sys.stdout.write(sys.stdin.read())"],