diff tests/test-http-proxy @ 3015:fa4229c60dd7

Allow for MB/sec transfer rates in test-http-proxy and test-ssh. Also make the test more specific in test-http.
author Lee Cantey <lcantey@gmail.com>
date Mon, 21 Aug 2006 10:46:58 -0700
parents 064aef9162cc
children
line wrap: on
line diff
--- 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 ..