comparison tests/test-ssh.t @ 12642:bb35840e965c

tests: remove the last traces of $HGTMP $HGTMP isn't needed - and if we need something like that then $TESTTMP is more appropriate.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:11 -0500
parents 6cc4b14fb76b
children 98aaf58a1d7c
comparison
equal deleted inserted replaced
12641:da6693cce635 12642:bb35840e965c
50 abort: no suitable response from remote hg! 50 abort: no suitable response from remote hg!
51 [255] 51 [255]
52 52
53 non-existent absolute path 53 non-existent absolute path
54 54
55 $ hg clone -e "python ./dummyssh" ssh://user@dummy//$HGTMP/nonexistent local 55 $ hg clone -e "python ./dummyssh" ssh://user@dummy//`pwd`/nonexistent local
56 remote: abort: There is no Mercurial repository here (.hg not found)! 56 remote: abort: There is no Mercurial repository here (.hg not found)!
57 abort: no suitable response from remote hg! 57 abort: no suitable response from remote hg!
58 [255] 58 [255]
59 59
60 clone remote via stream 60 clone remote via stream