Mercurial > hg > mercurial-crew
comparison tests/test-largefiles-wireproto.t @ 26031:c63bf97cf7c7
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]
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 09 Jun 2015 21:39:33 -0400 |
parents | 46727fea7a00 |
children | 9a466b9f9792 |
comparison
equal
deleted
inserted
replaced
26030:e8eb3ecdaa0c | 26031:c63bf97cf7c7 |
---|---|
108 used all HGPORTs, kill all daemons | 108 used all HGPORTs, kill all daemons |
109 $ killdaemons.py | 109 $ killdaemons.py |
110 #endif | 110 #endif |
111 | 111 |
112 vanilla clients locked out from largefiles ssh repos | 112 vanilla clients locked out from largefiles ssh repos |
113 $ hg --config extensions.largefiles=! clone -e dummyssh ssh://user@dummy/r4 r5 | 113 $ hg --config extensions.largefiles=! clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/r4 r5 |
114 remote: | 114 remote: |
115 remote: This repository uses the largefiles extension. | 115 remote: This repository uses the largefiles extension. |
116 remote: | 116 remote: |
117 remote: Please enable it in your Mercurial config file. | 117 remote: Please enable it in your Mercurial config file. |
118 remote: | 118 remote: |