mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #17046: merge from 3.3
This commit is contained in:
commit
582583bc41
2 changed files with 4 additions and 1 deletions
|
@ -416,7 +416,8 @@ class ProcessTestCase(BaseTestCase):
|
|||
def test_executable_without_cwd(self):
|
||||
# For a normal installation, it should work without 'cwd'
|
||||
# argument. For test runs in the build directory, see #7774.
|
||||
self._assert_cwd('', "somethingyoudonthave", executable=sys.executable)
|
||||
self._assert_cwd(os.getcwd(), "somethingyoudonthave",
|
||||
executable=sys.executable)
|
||||
|
||||
def test_stdin_pipe(self):
|
||||
# stdin redirection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue