comparison tests/test-static-http @ 1502:1170fef58071

Fixed test-static-http with http_proxy variable set again.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 03 Nov 2005 18:59:36 +0100
parents 8bf19f96b97a
children 7d83a351a936
comparison
equal deleted inserted replaced
1498:78590fb4a82b 1502:1170fef58071
1 #!/bin/sh 1 #!/bin/sh
2 2
3 hg clone old-http://localhost:20059/ copy 3 http_proxy= hg clone old-http://localhost:20059/ copy
4 echo $? 4 echo $?
5 ls copy 5 ls copy
6 6
7 # This server doesn't do range requests so it's basically only good for 7 # This server doesn't do range requests so it's basically only good for
8 # one pull 8 # one pull
34 http_proxy= hg clone old-http://localhost:20059/remote local 34 http_proxy= hg clone old-http://localhost:20059/remote local
35 35
36 cd local 36 cd local
37 hg verify 37 hg verify
38 cat bar 38 cat bar
39 hg pull 39 http_proxy= hg pull
40 40
41 kill $! 41 kill $!