tests/test-audit-subrepo.t
changeset 45894 9dc1351d0b5f
parent 44724 5c2a4f37eace
child 46418 dc00324e80f4
--- a/tests/test-audit-subrepo.t	Mon Nov 16 10:56:54 2020 -0800
+++ b/tests/test-audit-subrepo.t	Fri Nov 20 14:43:21 2020 -0800
@@ -120,8 +120,8 @@
   $ hg init sub
   $ echo '= sub' >> .hgsub
   $ hg ci -qAm 'add subrepo ""'
-  hg: parse error at .hgsub:1: = sub
-  [255]
+  config error at .hgsub:1: = sub
+  [30]
 
 prepare tampered repo (including the commit above):
 
@@ -144,8 +144,8 @@
 on clone (and update):
 
   $ hg clone -q emptypath emptypath2
-  hg: parse error at .hgsub:1: = sub
-  [255]
+  config error at .hgsub:1: = sub
+  [30]
 
 Test current path
 -----------------