comparison tests/test-bad-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 2a676ad52c22
comparison
equal deleted inserted replaced
1926:ba198d17eea9 1927:397b62d5dd13
17 run() 17 run()
18 EOF 18 EOF
19 19
20 python dumb.py 2>/dev/null & 20 python dumb.py 2>/dev/null &
21 21
22 hg clone http://localhost:20059/foo copy2 22 http_proxy= hg clone http://localhost:20059/foo copy2
23 echo $? 23 echo $?
24 24
25 kill $! 25 kill $!