Mercurial > public > mercurial-scm > hg-stable
diff tests/test-ssh @ 3275:7ae37d99d47e
ssh: make the error message more clear, add a testcase
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 06 Oct 2006 16:24:14 +0200 |
parents | 25857e00af8e |
children | 975c2469c316 |
line wrap: on
line diff
--- a/tests/test-ssh Thu Oct 05 15:36:53 2006 -0700 +++ b/tests/test-ssh Fri Oct 06 16:24:14 2006 +0200 @@ -36,6 +36,9 @@ cd .. +echo "# repo not found error" +hg clone -e ./dummyssh ssh://user@dummy/nonexistent local + 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' -e 's/[KM]\(B\/sec\)/X\1/'