tests/test-ssh.t
changeset 16935 f635c476fa3f
parent 16897 2774576dee4d
child 16982 9c892c830a72
equal deleted inserted replaced
16934:0c9c41e53f1a 16935:f635c476fa3f
    19   $ cd ..
    19   $ cd ..
    20 
    20 
    21 repo not found error
    21 repo not found error
    22 
    22 
    23   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
    23   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
    24   remote: abort: There is no Mercurial repository here (.hg not found)!
    24   remote: abort: there is no Mercurial repository here (.hg not found)!
    25   abort: no suitable response from remote hg!
    25   abort: no suitable response from remote hg!
    26   [255]
    26   [255]
    27 
    27 
    28 non-existent absolute path
    28 non-existent absolute path
    29 
    29 
    30   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local
    30   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local
    31   remote: abort: There is no Mercurial repository here (.hg not found)!
    31   remote: abort: there is no Mercurial repository here (.hg not found)!
    32   abort: no suitable response from remote hg!
    32   abort: no suitable response from remote hg!
    33   [255]
    33   [255]
    34 
    34 
    35 clone remote via stream
    35 clone remote via stream
    36 
    36