diff tests/test-commit-interactive-curses.t @ 33262:8e6f4939a69a

tests: replace yet more calls to `python` with $PYTHON These are some simple cases. More to come in a future change. Reviewers: krbullock Reviewed By: krbullock Differential Revision: https://phab.mercurial-scm.org/D4
author Augie Fackler <augie@google.com>
date Wed, 05 Jul 2017 11:10:11 -0500
parents 2bf62ca7072f
children 20f533a92eda
line wrap: on
line diff
--- a/tests/test-commit-interactive-curses.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-commit-interactive-curses.t	Wed Jul 05 11:10:11 2017 -0500
@@ -342,7 +342,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")