tests/test-prev-next.t
changeset 3488 1baf32675ec6
parent 3458 210132852a3d
parent 3486 bee9fee8f36b
child 3501 7c8150697810
--- 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