tests/test-parseindex.t
changeset 33262 8e6f4939a69a
parent 32940 75be14993fda
child 35965 c839bbee1e13
--- a/tests/test-parseindex.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-parseindex.t	Wed Jul 05 11:10:11 2017 -0500
@@ -66,7 +66,7 @@
 
   $ cd a
 
-  $ python <<EOF
+  $ $PYTHON <<EOF
   > from mercurial import changelog, vfs
   > cl = changelog.changelog(vfs.vfs('.hg/store'))
   > print 'good heads:'
@@ -128,7 +128,7 @@
   $ hg clone --pull -q --config phases.publish=False ../a segv
   $ rm -R limit/.hg/cache segv/.hg/cache
 
-  $ python <<EOF
+  $ $PYTHON <<EOF
   > data = open("limit/.hg/store/00changelog.i", "rb").read()
   > for n, p in [('limit', '\0\0\0\x02'), ('segv', '\0\x01\0\0')]:
   >     # corrupt p1 at rev0 and p2 at rev1