diff tests/test-encoding-align.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 fce4ed2912bb
children af9cb761b5f3
line wrap: on
line diff
--- a/tests/test-encoding-align.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-encoding-align.t	Wed Jul 05 11:10:11 2017 -0500
@@ -4,7 +4,7 @@
   $ export HGENCODING
   $ hg init t
   $ cd t
-  $ python << EOF
+  $ $PYTHON << EOF
   > # (byte, width) = (6, 4)
   > s = "\xe7\x9f\xad\xe5\x90\x8d"
   > # (byte, width) = (7, 7): odd width is good for alignment test