13 lines
809 B
Diff
13 lines
809 B
Diff
|
diff -up Python-3.2.1/Lib/test/test_subprocess.py.non-readable-path Python-3.2.1/Lib/test/test_subprocess.py
|
||
|
--- Python-3.2.1/Lib/test/test_subprocess.py.non-readable-path 2011-07-09 02:58:51.000000000 -0400
|
||
|
+++ Python-3.2.1/Lib/test/test_subprocess.py 2011-07-11 11:34:16.284426005 -0400
|
||
|
@@ -618,7 +618,7 @@ class ProcessTestCase(BaseTestCase):
|
||
|
for i in range(1024):
|
||
|
# Windows raises IOError. Others raise OSError.
|
||
|
with self.assertRaises(EnvironmentError) as c:
|
||
|
- subprocess.Popen(['nonexisting_i_hope'],
|
||
|
+ subprocess.Popen(['/usr/bin/nonexisting_i_hope'],
|
||
|
stdout=subprocess.PIPE,
|
||
|
stderr=subprocess.PIPE)
|
||
|
# ignore errors that indicate the command was not found
|