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
--- 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 = *