Fix expected url to match test.
authorLee Cantey <lcantey@gmail.com>
Thu, 24 Mar 2011 08:51:58 -0700
changeset 13752 366e014a1ded
parent 13751 85d74f6babf6
child 13753 78a0a815fd41
Fix expected url to match test.
tests/test-ssh.t
--- a/tests/test-ssh.t	Thu Mar 24 10:28:29 2011 +0100
+++ b/tests/test-ssh.t	Thu Mar 24 08:51:58 2011 -0700
@@ -282,7 +282,7 @@
 passwords in ssh urls are not supported
 
   $ hg push ssh://user:erroneouspwd@dummy/remote
-  pushing to ssh://user:***@dummy/remote
+  pushing to ssh://user:erroneouspwd@dummy/remote
   abort: password in URL not supported!
   [255]