changeset 40465:1736450cd1df

test: also deactivate `ui.merge` when testing merge tool We are about to introduce a default config for `ui.merge`. Since `test-merge-tools.t` is about testing merge configuration, we need to make sure it won't interfere.
author Boris Feld <boris.feld@octobus.net>
date Wed, 31 Oct 2018 19:12:32 +0100
parents 37e75be0b019
children b57f2734ac92
files tests/test-merge-tools.t
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-merge-tools.t	Wed Oct 31 18:43:56 2018 +0100
+++ b/tests/test-merge-tools.t	Wed Oct 31 19:12:32 2018 +0100
@@ -1,6 +1,10 @@
 test merge-tools configuration - mostly exercising filemerge.py
 
   $ unset HGMERGE # make sure HGMERGE doesn't interfere with the test
+  $ cat >> $HGRCPATH << EOF
+  > [ui]
+  > merge=
+  > EOF
   $ hg init repo
   $ cd repo