changeset 3015 | fa4229c60dd7 |
parent 2622 | 064aef9162cc |
child 5384 | e3a0c092b4e2 |
--- a/tests/test-http-proxy Tue Aug 22 22:49:30 2006 -0300 +++ b/tests/test-http-proxy Mon Aug 21 10:46:58 2006 -0700 @@ -15,7 +15,7 @@ echo %% url for proxy, stream http_proxy=http://localhost:20060/ hg --config http_proxy.always=True clone --uncompressed http://localhost:20059/ b | \ - sed -e 's/[0-9][0-9.]*/XXX/g' + sed -e 's/[0-9][0-9.]*/XXX/g' -e 's/[KM]\(B\/sec\)/X\1/' cd b hg verify cd ..