testing: remove exclamation mark from test output (
Bug 1721228) r=zeid
This is removed in newer versions of Mercurial.
Depends on D123478
Differential Revision:
https://phabricator.services.mozilla.com/D123479
--- a/hgserver/tests/test-ssh-serve.t
+++ b/hgserver/tests/test-ssh-serve.t
@@ -22,17 +22,17 @@ We are able to clone via SSH
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
Invalid paths are rejected
$ hg clone ssh://$SSH_SERVER:$HGPORT/foo/../../etc/password
remote: Only alpha-numeric characters, ".", "_", and "-" are allowed in repository
remote: names. Additionally the first character of repository names must be alpha-numeric.
- abort: no suitable response from remote hg!
+ abort: no suitable response from remote hg
[255]
A push works
$ cd repo1
$ touch foo
$ hg -q commit -A -m initial
$ hg push ssh://$SSH_SERVER:$HGPORT/repo1