changeset 33262 | 8e6f4939a69a |
parent 32199 | 2bf62ca7072f |
child 33334 | 20f533a92eda |
--- 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")