tests/test-ssh.t
changeset 16935 f635c476fa3f
parent 16897 2774576dee4d
child 16982 9c892c830a72
--- a/tests/test-ssh.t	Tue Jun 12 14:18:18 2012 +0200
+++ b/tests/test-ssh.t	Tue Jun 12 14:18:18 2012 +0200
@@ -21,14 +21,14 @@
 repo not found error
 
   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local
-  remote: abort: There is no Mercurial repository here (.hg not found)!
+  remote: abort: there is no Mercurial repository here (.hg not found)!
   abort: no suitable response from remote hg!
   [255]
 
 non-existent absolute path
 
   $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local
-  remote: abort: There is no Mercurial repository here (.hg not found)!
+  remote: abort: there is no Mercurial repository here (.hg not found)!
   abort: no suitable response from remote hg!
   [255]