# HG changeset patch # User Gregory Szorc # Date 2018-04-04 23:32:51 # Node ID 6282c1965f8ea86a4778d283fe3179450e7e986e # Parent 09907cd7a17ac545af2a8476c5fd0abe70e3438a tests: conditionalize test-commandserver.t based on extra extensions If running with extra extensions we get an output difference. Differential Revision: https://phab.mercurial-scm.org/D3107 diff --git a/tests/test-commandserver.t b/tests/test-commandserver.t --- a/tests/test-commandserver.t +++ b/tests/test-commandserver.t @@ -189,6 +189,8 @@ check that local configs for the cached > foo = bar > EOF +#if no-extraextensions + >>> from hgclient import check, readchannel, runcommand, sep >>> @check ... def localhgrc(server): @@ -222,6 +224,7 @@ check that local configs for the cached ui.interactive=False ui.mergemarkers=detailed ui.nontty=true +#endif $ rm -R foo