tests: make the commands.resolve.confirm tests not pollute the test-wide hgrc
authorKyle Lippincott <spectral@google.com>
Wed, 07 Nov 2018 15:42:56 -0800
changeset 40568 b93157f69f46
parent 40567 8785d66edd6e
child 40569 19e1c26213f1
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
tests/test-resolve.t
--- 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]