tests/test-dispatch.t
changeset 45894 9dc1351d0b5f
parent 41385 ed99c7b52106
child 45906 95c4cca641f6
--- a/tests/test-dispatch.t	Mon Nov 16 10:56:54 2020 -0800
+++ b/tests/test-dispatch.t	Fri Nov 20 14:43:21 2020 -0800
@@ -91,8 +91,8 @@
   $ mkdir -p badrepo/.hg
   $ echo 'invalid-syntax' > badrepo/.hg/hgrc
   $ hg log -b -Rbadrepo default
-  hg: parse error at badrepo/.hg/hgrc:1: invalid-syntax
-  [255]
+  config error at badrepo/.hg/hgrc:1: invalid-syntax
+  [30]
 
   $ hg log -b --cwd=inexistent default
   abort: $ENOENT$: 'inexistent'