tests/test-revset.t
changeset 33262 8e6f4939a69a
parent 33121 247bae545061
child 33286 2428e8ec0793
--- a/tests/test-revset.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-revset.t	Wed Jul 05 11:10:11 2017 -0500
@@ -4180,7 +4180,7 @@
   $ hg init problematicencoding
   $ cd problematicencoding
 
-  $ python > setup.sh <<EOF
+  $ $PYTHON > setup.sh <<EOF
   > print u'''
   > echo a > text
   > hg add text
@@ -4196,7 +4196,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' -r 'author(\u30A2)'
   > echo ====