# HG changeset patch # User Martin von Zweigbergk # Date 2020-07-24 05:06:31 # Node ID be1ab47d90f1d9055325fcb9e5cefff74c22a3e8 # Parent ff59af8395a5ca1e222a7f21f43baa34175f439a tests: fix mistaken copy&paste from commit 4489e9a22763 Differential Revision: https://phab.mercurial-scm.org/D8802 diff --git a/tests/test-template-map.t b/tests/test-template-map.t --- a/tests/test-template-map.t +++ b/tests/test-template-map.t @@ -128,7 +128,6 @@ Test template map inheritance 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)