tests/test-globalopts.t
changeset 45911 8939062597f0
parent 45909 ca39c45014fa
child 45918 ac565222b9f8
--- a/tests/test-globalopts.t	Mon Nov 23 14:48:05 2020 -0800
+++ b/tests/test-globalopts.t	Mon Nov 23 10:42:03 2020 -0800
@@ -86,14 +86,14 @@
   0: a
   $ hg ann a/a b/b
   abort: no repository found in '$TESTTMP' (.hg not found)
-  [255]
+  [10]
   $ hg -R b ann a/a
   abort: a/a not under root '$TESTTMP/b'
   (consider using '--cwd b')
   [255]
   $ hg log
   abort: no repository found in '$TESTTMP' (.hg not found)
-  [255]
+  [10]
 
 #endif