tests: restore 'python' and '$TESTDIR/' for dummyssh invocation
This is a backout of 46727fea7a00, and a partial backout of c3ecbf694904. Windows won't execute 'dummyssh' directly, presumably because CreateProcess() doesn't know how to execute a bash script: $ hg clone -e "dummyssh" ssh://user@dummy/cloned sshclone remote: 'dummyssh' is not recognized as an internal or external command, remote: operable program or batch file. abort: no suitable response from remote hg! [255] With the restoration of python as the executable, $TESTDIR needs to be restored for these invocations, because python won't search $PATH for 'dummyssh': $ hg clone -e "python dummyssh" ssh://user@dummy/cloned sshclone remote: python: can't open file 'dummyssh': [Errno 2] No such file or directory abort: no suitable response from remote hg! [255]
Showing
- tests/test-bookmarks-pushpull.t 1 addition, 1 deletiontests/test-bookmarks-pushpull.t
- tests/test-bundle2-exchange.t 1 addition, 1 deletiontests/test-bundle2-exchange.t
- tests/test-bundle2-format.t 1 addition, 1 deletiontests/test-bundle2-format.t
- tests/test-bundle2-pushback.t 1 addition, 1 deletiontests/test-bundle2-pushback.t
- tests/test-bundle2-remote-changegroup.t 1 addition, 1 deletiontests/test-bundle2-remote-changegroup.t
- tests/test-init.t 7 additions, 7 deletionstests/test-init.t
- tests/test-largefiles-wireproto.t 1 addition, 1 deletiontests/test-largefiles-wireproto.t
- tests/test-ssh-bundle1.t 19 additions, 19 deletionstests/test-ssh-bundle1.t
- tests/test-ssh-clone-r.t 5 additions, 5 deletionstests/test-ssh-clone-r.t
- tests/test-ssh.t 19 additions, 19 deletionstests/test-ssh.t
- tests/test-subrepo-relative-path.t 2 additions, 2 deletionstests/test-subrepo-relative-path.t
- tests/test-wireproto.t 4 additions, 4 deletionstests/test-wireproto.t
Loading
Please register or sign in to comment