persistent-nodemap: disable it unconditionally for test-http-protocol.t
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 09 Apr 2021 03:44:45 +0200
changeset 46877 1a85c5d75d53
parent 46876 a8fa270a0e86
child 46878 f8f738c24d2f
persistent-nodemap: disable it unconditionally for test-http-protocol.t This is not relevant for the test and this will avoid a lot of variations. Differential Revision: https://phab.mercurial-scm.org/D10332
tests/test-http-protocol.t
--- a/tests/test-http-protocol.t	Fri Apr 09 03:15:07 2021 +0200
+++ b/tests/test-http-protocol.t	Fri Apr 09 03:44:45 2021 +0200
@@ -1,8 +1,13 @@
 #require no-chg
 
+persistent-nodemap is not enabled by default. It is not relevant for this test
+so disable it.
+
   $ . $TESTDIR/wireprotohelpers.sh
 
   $ cat >> $HGRCPATH << EOF
+  > [format]
+  > use-persistent-nodemap = no
   > [web]
   > push_ssl = false
   > allow_push = *