# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2020-11-27 16:02:42 # Node ID c6da62004c0fde0b94a6624cf1d8737a1f45473d # Parent d42809b6b10ff91cf6fcad5914e77c6974195e78 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 diff --git a/tests/test-chg.t b/tests/test-chg.t --- a/tests/test-chg.t +++ b/tests/test-chg.t @@ -29,7 +29,7 @@ ill-formed config $ chg status $ echo '=brokenconfig' >> $HGRCPATH $ chg status - hg: parse error at * (glob) + config error at * =brokenconfig (glob) [255] $ cp $HGRCPATH.orig $HGRCPATH