Skip to content
Snippets Groups Projects
Commit 3180ff7f6025 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

test-ssh: do not actually look up "brokenrepository" by DNS

parent 4abfe4169259
No related merge requests found
......@@ -581,5 +581,5 @@
abort with no error hint when there is a ssh problem when pulling
$ hg pull ssh://brokenrepository
$ hg pull ssh://brokenrepository -e "\"$PYTHON\" \"$TESTDIR/dummyssh\""
pulling from ssh://brokenrepository/
......@@ -585,7 +585,6 @@
pulling from ssh://brokenrepository/
remote: ssh: Could not resolve hostname brokenrepository: Name or service not known
abort: no suitable response from remote hg!
[255]
abort with configured error hint when there is a ssh problem when pulling
......@@ -587,7 +586,8 @@
abort: no suitable response from remote hg!
[255]
abort with configured error hint when there is a ssh problem when pulling
$ hg pull ssh://brokenrepository --config ui.ssherrorhint="Please see http://company/internalwiki/ssh.html"
$ hg pull ssh://brokenrepository -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" \
> --config ui.ssherrorhint="Please see http://company/internalwiki/ssh.html"
pulling from ssh://brokenrepository/
......@@ -593,5 +593,4 @@
pulling from ssh://brokenrepository/
remote: ssh: Could not resolve hostname brokenrepository: Name or service not known
abort: no suitable response from remote hg!
(Please see http://company/internalwiki/ssh.html)
[255]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment