# HG changeset patch # User Pierre-Yves David # Date 1617931818 -7200 # Node ID 1b98c95720523ad7848431458309d39251397665 # Parent 06ebf0cc4f70241edb24500582167e1ec8a3d249 persistent-nodemap: disable it for test-wireproto-command-capabilities.t This is not relevant for the test and this will avoid a lot of variations. Differential Revision: https://phab.mercurial-scm.org/D10337 diff -r 06ebf0cc4f70 -r 1b98c9572052 tests/test-wireproto-command-capabilities.t --- a/tests/test-wireproto-command-capabilities.t Fri Apr 09 03:36:07 2021 +0200 +++ b/tests/test-wireproto-command-capabilities.t Fri Apr 09 03:30:18 2021 +0200 @@ -2,6 +2,13 @@ $ . $TESTDIR/wireprotohelpers.sh +persistent-nodemap is not enabled by default. It is not relevant for this test so disable it. + + $ cat >> $HGRCPATH << EOF + > [format] + > use-persistent-nodemap = no + > EOF + $ hg init server zstd isn't present in plain builds. Make tests easier by removing