--- a/tests/test-prev-next.t Sun Feb 04 21:05:03 2018 +0530
+++ b/tests/test-prev-next.t Tue Feb 06 13:00:28 2018 +0100
@@ -242,7 +242,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