diff tests/test-ssh.t @ 45866:d68618954ade

errors: use InputError for some errors on `hg clone` Differential Revision: https://phab.mercurial-scm.org/D9329
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Nov 2020 15:28:06 -0800
parents 5d77f571a563
children 95c4cca641f6
line wrap: on
line diff
--- a/tests/test-ssh.t	Thu Nov 12 13:22:40 2020 -0800
+++ b/tests/test-ssh.t	Thu Nov 12 15:28:06 2020 -0800
@@ -387,7 +387,7 @@
   $ hg clone --ssh "\"$PYTHON\" \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo"
   destination directory: a repo
   abort: destination 'a repo' is not empty
-  [255]
+  [10]
 
 Make sure hg is really paranoid in serve --stdio mode. It used to be
 possible to get a debugger REPL by specifying a repo named --debugger.