changeset 46882:1b98c9572052

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
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 09 Apr 2021 03:30:18 +0200
parents 06ebf0cc4f70
children df76da69f5b1
files tests/test-wireproto-command-capabilities.t
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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