tests/test-command-template.t
changeset 33262 8e6f4939a69a
parent 33048 46fa46608ca5
child 33542 b11e8c67fb0f
--- 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