changeset 10581:3fb2f7cb5ea5 stable

test-fetch: use relative URL to avoid echoing TMP path
author Steve Borho <steve@borho.org>
date Wed, 03 Mar 2010 17:37:50 -0600
parents 612c142b7a82
children 37db57bc7fd7
files tests/test-fetch tests/test-fetch.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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