[Updated] D9537: tests: drop the trailing exclamation point from some Windows abort messages
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Tue Dec 8 08:02:16 UTC 2020
Closed by commit rHG8dfcebd084b6: tests: drop the trailing exclamation point from some Windows abort messages (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9537?vs=24097&id=24108
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9537/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9537
AFFECTED FILES
tests/test-clone.t
CHANGE DETAILS
diff --git a/tests/test-clone.t b/tests/test-clone.t
--- a/tests/test-clone.t
+++ b/tests/test-clone.t
@@ -1192,14 +1192,14 @@
sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !)
sending hello command
sending between command
- abort: no suitable response from remote hg!
+ abort: no suitable response from remote hg
[255]
$ hg clone "ssh://example.com:%26touch%20owned%20/" --debug
running sh -c "read l; read l; read l" -p "&touch owned " example.com "hg -R . serve --stdio"
sending upgrade request: * proto=exp-ssh-v2-0003 (glob) (sshv2 !)
sending hello command
sending between command
- abort: no suitable response from remote hg!
+ abort: no suitable response from remote hg
[255]
#else
$ hg clone "ssh://%3btouch%20owned%20/" --debug
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201208/e47012e7/attachment-0002.html>
More information about the Mercurial-patches
mailing list