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
--- 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]