tests/test-http-proxy
changeset 3012 fa4229c60dd7
parent 2622 064aef9162cc
child 5384 e3a0c092b4e2
--- a/tests/test-http-proxy
+++ b/tests/test-http-proxy
@@ -15,7 +15,7 @@ sleep 2
 
 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 ..