tests/test-globalopts.t
changeset 45918 ac565222b9f8
parent 45911 8939062597f0
child 46118 db5dddb38f5b
--- a/tests/test-globalopts.t	Mon Nov 23 23:08:58 2020 -0800
+++ b/tests/test-globalopts.t	Mon Nov 23 10:39:51 2020 -0800
@@ -135,22 +135,22 @@
 
   $ hg --confi "foo.bar=baz"
   abort: option --config may not be abbreviated
-  [255]
+  [10]
   $ hg --cw a tip
   abort: option --cwd may not be abbreviated
-  [255]
+  [10]
   $ hg --rep a tip
   abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo
-  [255]
+  [10]
   $ hg --repositor a tip
   abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo
-  [255]
+  [10]
   $ hg -qR a tip
   abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo
-  [255]
+  [10]
   $ hg -qRa tip
   abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo
-  [255]
+  [10]
 
 Testing --cwd: