changeset 13752:366e014a1ded

Fix expected url to match test.
author Lee Cantey <lcantey@gmail.com>
date Thu, 24 Mar 2011 08:51:58 -0700
parents 85d74f6babf6
children 78a0a815fd41
files tests/test-ssh.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]