Mercurial > hg
comparison tests/test-clone.t @ 46070:8dfcebd084b6
tests: drop the trailing exclamation point from some Windows abort messages
This likely goes with 95c4cca641f6.
Differential Revision: https://phab.mercurial-scm.org/D9537
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 07 Dec 2020 20:53:01 -0500 |
parents | 95c4cca641f6 |
children | f4f07cc92a47 |
comparison
equal
deleted
inserted
replaced
46069:c7899dd29800 | 46070:8dfcebd084b6 |
---|---|
1190 $ hg clone "ssh://%26touch%20owned%20/" --debug | 1190 $ hg clone "ssh://%26touch%20owned%20/" --debug |
1191 running sh -c "read l; read l; read l" "&touch owned " "hg -R . serve --stdio" | 1191 running sh -c "read l; read l; read l" "&touch owned " "hg -R . serve --stdio" |
1192 sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !) | 1192 sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !) |
1193 sending hello command | 1193 sending hello command |
1194 sending between command | 1194 sending between command |
1195 abort: no suitable response from remote hg! | 1195 abort: no suitable response from remote hg |
1196 [255] | 1196 [255] |
1197 $ hg clone "ssh://example.com:%26touch%20owned%20/" --debug | 1197 $ hg clone "ssh://example.com:%26touch%20owned%20/" --debug |
1198 running sh -c "read l; read l; read l" -p "&touch owned " example.com "hg -R . serve --stdio" | 1198 running sh -c "read l; read l; read l" -p "&touch owned " example.com "hg -R . serve --stdio" |
1199 sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !) | 1199 sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !) |
1200 sending hello command | 1200 sending hello command |
1201 sending between command | 1201 sending between command |
1202 abort: no suitable response from remote hg! | 1202 abort: no suitable response from remote hg |
1203 [255] | 1203 [255] |
1204 #else | 1204 #else |
1205 $ hg clone "ssh://%3btouch%20owned%20/" --debug | 1205 $ hg clone "ssh://%3btouch%20owned%20/" --debug |
1206 running sh -c "read l; read l; read l" ';touch owned ' 'hg -R . serve --stdio' | 1206 running sh -c "read l; read l; read l" ';touch owned ' 'hg -R . serve --stdio' |
1207 sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !) | 1207 sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !) |