# HG changeset patch # User Matt Harbison # Date 1516571702 18000 # Node ID bee9fee8f36b3b1ef042d3f67ed7254164b974e6 # Parent ece7cfdff335ad3243bd602dde4b37d51d6e7af1 test: explicitly run HGEDITOR shell command with `sh` Otherwise Windows pops up the "What program do you want to use to open this?" dialog. diff -r ece7cfdff335 -r bee9fee8f36b tests/test-prev-next.t --- a/tests/test-prev-next.t Sun Jan 21 16:46:31 2018 -0500 +++ b/tests/test-prev-next.t Sun Jan 21 16:55:02 2018 -0500 @@ -243,7 +243,7 @@ $ hg init repo $ cd repo - $ HGEDITOR=${TESTDIR}/fake-editor.sh + $ HGEDITOR="sh ${TESTDIR}/fake-editor.sh" $ echo hi > foo $ hg ci -Am 'one' adding foo