comparison tests/test-chg.t @ 45988:c6da62004c0f

tests: update test-chg.t with output change Since this part of tests is only run with chg, hence it didn't get updated when the error message changed. Differential Revision: https://phab.mercurial-scm.org/D9414
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 27 Nov 2020 21:32:42 +0530
parents 5eee6f4f3d0d
children 6383bb86b700
comparison
equal deleted inserted replaced
45987:d42809b6b10f 45988:c6da62004c0f
27 ill-formed config 27 ill-formed config
28 28
29 $ chg status 29 $ chg status
30 $ echo '=brokenconfig' >> $HGRCPATH 30 $ echo '=brokenconfig' >> $HGRCPATH
31 $ chg status 31 $ chg status
32 hg: parse error at * (glob) 32 config error at * =brokenconfig (glob)
33 [255] 33 [255]
34 34
35 $ cp $HGRCPATH.orig $HGRCPATH 35 $ cp $HGRCPATH.orig $HGRCPATH
36 36
37 long socket path 37 long socket path