tests/test-log.t
changeset 33262 8e6f4939a69a
parent 33212 fe0667cc521e
child 33542 b11e8c67fb0f
--- a/tests/test-log.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-log.t	Wed Jul 05 11:10:11 2017 -0500
@@ -1790,7 +1790,7 @@
   $ hg init problematicencoding
   $ cd problematicencoding
 
-  $ python > setup.sh <<EOF
+  $ $PYTHON > setup.sh <<EOF
   > print u'''
   > echo a > text
   > hg add text
@@ -1806,7 +1806,7 @@
   $ sh < setup.sh
 
 test in problematic encoding
-  $ python > test.sh <<EOF
+  $ $PYTHON > test.sh <<EOF
   > print u'''
   > hg --encoding cp932 log --template '{rev}\\n' -u '\u30A2'
   > echo ====