diff tests/test-commit-interactive-curses.t @ 39707:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents d79f3afb079e
children 682f73fa924a
line wrap: on
line diff
--- a/tests/test-commit-interactive-curses.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-commit-interactive-curses.t	Tue Sep 18 23:47:21 2018 -0400
@@ -350,7 +350,7 @@
 The default interface is text
   $ cp $HGRCPATH.pretest $HGRCPATH
   $ chunkselectorinterface() {
-  > $PYTHON <<EOF
+  > "$PYTHON" <<EOF
   > from mercurial import hg, ui;\
   > repo = hg.repository(ui.ui.load(), ".");\
   > print(repo.ui.interface("chunkselector"))