tests: fix mistaken copy&paste from commit 4489e9a22763
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 23 Jul 2020 22:06:31 -0700
changeset 45221 be1ab47d90f1
parent 45220 ff59af8395a5
child 45222 f512708a9ea8
tests: fix mistaken copy&paste from commit 4489e9a22763 Differential Revision: https://phab.mercurial-scm.org/D8802
tests/test-template-map.t
--- a/tests/test-template-map.t	Mon Jul 06 15:10:53 2020 +0200
+++ b/tests/test-template-map.t	Thu Jul 23 22:06:31 2020 -0700
@@ -128,7 +128,6 @@
 Test map inheritance with non-existent base
 
   $ echo "__base__ = non-existent" > map-base-nonexistent
-  $ printf 'cset = "changeset: ***{rev}***\\n"\n' >> map-simple
   $ hg log -l1 -T./map-base-nonexistent
   abort: style '$TESTTMP/a/non-existent' not found
   (available styles: bisect, changelog, compact, default, phases, show, status, xml)