diff tests/test-ssh @ 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 109a22f5434a
children 25857e00af8e
line wrap: on
line diff
--- a/tests/test-ssh	Tue Aug 22 22:49:30 2006 -0300
+++ b/tests/test-ssh	Mon Aug 21 10:46:58 2006 -0700
@@ -38,7 +38,7 @@
 
 echo "# clone remote via stream"
 hg clone -e ./dummyssh --uncompressed ssh://user@dummy/remote local-stream 2>&1 | \
-  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 local-stream
 hg verify
 cd ..