Mercurial > hg-stable
diff tests/test-command-template.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 | 46fa46608ca5 |
children | b11e8c67fb0f |
line wrap: on
line diff
--- a/tests/test-command-template.t Wed Jul 05 11:09:55 2017 -0500 +++ b/tests/test-command-template.t Wed Jul 05 11:10:11 2017 -0500 @@ -4253,7 +4253,7 @@ $ hg init nonascii $ cd nonascii - $ python <<EOF + $ $PYTHON <<EOF > open('latin1', 'w').write('\xe9') > open('utf-8', 'w').write('\xc3\xa9') > EOF