changeset 40568:b93157f69f46

tests: make the commands.resolve.confirm tests not pollute the test-wide hgrc I want to add tests after these tests that create a new repo and use it, and was confused for a bit as to why they were seeing different behavior than I expected. Differential Revision: https://phab.mercurial-scm.org/D5242
author Kyle Lippincott <spectral@google.com>
date Wed, 07 Nov 2018 15:42:56 -0800
parents 8785d66edd6e
children 19e1c26213f1
files tests/test-resolve.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-resolve.t	Wed Nov 07 15:41:18 2018 -0800
+++ b/tests/test-resolve.t	Wed Nov 07 15:42:56 2018 -0800
@@ -525,7 +525,7 @@
 
 Test when config option is set:
 ==============================
-  $ cat >> $HGRCPATH << EOF
+  $ cat >> .hg/hgrc << EOF
   > [ui]
   > interactive = True
   > [commands]