diff 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
line wrap: on
line diff
--- a/tests/test-ssh.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-ssh.t	Fri Oct 08 22:36:11 2010 -0500
@@ -52,7 +52,7 @@
 
 non-existent absolute path
 
-  $ hg clone -e "python ./dummyssh" ssh://user@dummy//$HGTMP/nonexistent local
+  $ hg clone -e "python ./dummyssh" ssh://user@dummy//`pwd`/nonexistent local
   remote: abort: There is no Mercurial repository here (.hg not found)!
   abort: no suitable response from remote hg!
   [255]