# HG changeset patch # User Pierre-Yves David # Date 1617932685 -7200 # Node ID 1a85c5d75d53b0ec8b348c4dd2e5025d6d210ede # Parent a8fa270a0e86d3b1bbf1398734a9b6eb86b6c165 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 diff -r a8fa270a0e86 -r 1a85c5d75d53 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 = *