changeset 46879:a0d152e5ac17

persistent-nodemap: disable it unconditionally for test-ssh-proto.t This is not relevant for the test and this will avoid a lot of variations. Differential Revision: https://phab.mercurial-scm.org/D10334
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 09 Apr 2021 03:51:35 +0200
parents f8f738c24d2f
children 8bf21b3869cd
files tests/test-ssh-proto.t
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-ssh-proto.t	Fri Apr 09 04:13:07 2021 +0200
+++ b/tests/test-ssh-proto.t	Fri Apr 09 03:51:35 2021 +0200
@@ -1,5 +1,12 @@
 #require no-chg
 
+persistent-nodemap is not enabled by default. It is not relevant for this test so disable it.
+
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > use-persistent-nodemap = no
+  > EOF
+
   $ cat > hgrc-sshv2 << EOF
   > %include $HGRCPATH
   > [experimental]