##// END OF EJS Templates
tests: drop the trailing exclamation point from some Windows abort messages...
Matt Harbison -
r46687:8dfcebd0 default
parent child Browse files
Show More
@@ -1192,14 +1192,14 b' SEC: check for unsafe ssh url'
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
General Comments 0
You need to be logged in to leave comments. Login now