Ralf Schmitt <[EMAIL PROTECTED]> added the comment: I can confirm this issue. 2 tests fail without this patch. please apply.
here are the failing tests: ====================================================================== FAIL: test_args_string (test.test_subprocess.ProcessTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ralf/tt tt/trunk/Lib/test/test_subprocess.py", line 544, in test_args_string self.assertEqual(p.returncode, 47) AssertionError: 126 != 47 ====================================================================== FAIL: test_call_string (test.test_subprocess.ProcessTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ralf/tt tt/trunk/Lib/test/test_subprocess.py", line 585, in test_call_string self.assertEqual(rc, 47) AssertionError: 126 != 47 ---------- nosy: +schmir __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2381> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com