branch | stable |
changeset 47774 | fb8389f227a0 |
parent 47641 | 5d9f89cd4984 |
child 48875 | 6000f5b25c9b |
--- a/tests/dummyssh Thu Jul 29 02:20:26 2021 +0200 +++ b/tests/dummyssh Wed Jul 28 14:55:06 2021 +0200 @@ -31,5 +31,5 @@ hgcmd = shlex.join(cmds) # shlex generate windows incompatible string... hgcmd = hgcmd.replace("'", '"') -r = subprocess.call(hgcmd, shell=True) +r = subprocess.call(hgcmd, shell=True, close_fds=True) sys.exit(bool(r))