comparison tests/test-pull @ 1927:397b62d5dd13

add http_proxy= lines to test-bad-pull and test-pull
author Peter van Dijk <peter@dataloss.nl>
date Wed, 22 Feb 2006 16:11:17 +0100
parents 0902ffece4b4
children 85daa4e03b4c
comparison
equal deleted inserted replaced
1926:ba198d17eea9 1927:397b62d5dd13
9 hg verify 9 hg verify
10 hg serve -p 20059 > /dev/null & 10 hg serve -p 20059 > /dev/null &
11 sleep 1 # wait for server to be started 11 sleep 1 # wait for server to be started
12 cd .. 12 cd ..
13 13
14 hg clone http://localhost:20059/ copy 14 http_proxy= hg clone http://localhost:20059/ copy
15 cd copy 15 cd copy
16 hg verify 16 hg verify
17 hg co 17 hg co
18 cat foo 18 cat foo
19 hg manifest 19 hg manifest