mirror of https://github.com/python/cpython
Issue #27952: Merge from 3.5
This commit is contained in:
commit
fe1b9230cc
|
@ -83,7 +83,8 @@ class Test(unittest.TestCase):
|
|||
script = os.path.join(scriptsdir, "fixcid.py")
|
||||
with support.swap_attr(sys, "argv", argv), \
|
||||
support.swap_attr(sys, "stdin", StringIO(input)), \
|
||||
support.captured_stdout() as output:
|
||||
support.captured_stdout() as output, \
|
||||
support.captured_stderr():
|
||||
try:
|
||||
runpy.run_path(script, run_name="__main__")
|
||||
except SystemExit as exit:
|
||||
|
|
Loading…
Reference in New Issue