tests/test-clone.t
changeset 45847 d68618954ade
parent 45839 ebee234d952a
child 45906 95c4cca641f6
--- a/tests/test-clone.t	Thu Nov 12 13:22:40 2020 -0800
+++ b/tests/test-clone.t	Thu Nov 12 15:28:06 2020 -0800
@@ -73,7 +73,7 @@
 
   $ hg clone . ''
   abort: empty destination path is not valid
-  [255]
+  [10]
 
 No update, with debug option:
 
@@ -189,7 +189,7 @@
 
   $ hg clone --pull a ''
   abort: empty destination path is not valid
-  [255]
+  [10]
 
 Clone to '.':
 
@@ -676,7 +676,7 @@
   $ hg clone q
   destination directory: q
   abort: destination 'q' is not empty
-  [255]
+  [10]
 
 destination directory not empty
 
@@ -684,7 +684,7 @@
   $ echo stuff > a/a
   $ hg clone q a
   abort: destination 'a' is not empty
-  [255]
+  [10]
 
 
 #if unix-permissions no-root