test-fetch: use relative URL to avoid echoing TMP path stable
authorSteve Borho <steve@borho.org>
Wed, 03 Mar 2010 17:37:50 -0600
branchstable
changeset 10581 3fb2f7cb5ea5
parent 10580 612c142b7a82
child 10585 37db57bc7fd7
test-fetch: use relative URL to avoid echoing TMP path
tests/test-fetch
tests/test-fetch.out
--- a/tests/test-fetch	Wed Mar 03 22:32:51 2010 +0100
+++ b/tests/test-fetch	Wed Mar 03 17:37:50 2010 -0600
@@ -209,7 +209,7 @@
 cd ..
 hg -q clone -r 0 i2047a i2047b
 cd i2047b
-hg fetch
+hg fetch ../i2047a
 
 "$TESTDIR/killdaemons.py"
 
--- a/tests/test-fetch.out	Wed Mar 03 22:32:51 2010 +0100
+++ b/tests/test-fetch.out	Wed Mar 03 17:37:50 2010 -0600
@@ -209,7 +209,7 @@
 3
 
 % test issue2047
-pulling from /tmp/hgtests.848H9Z/test-fetch/i2047a
+pulling from ../i2047a
 searching for changes
 adding changesets
 adding manifests