diff -r cad62cb3c84c -r 75be14993fda tests/test-mq.t --- a/tests/test-mq.t Thu Jun 15 14:22:39 2017 -0400 +++ b/tests/test-mq.t Tue Jun 20 09:45:02 2017 -0400 @@ -1137,9 +1137,9 @@ > path = sys.argv[1] > open(path, 'wb').write('BIN\x00ARY') > EOF - $ python writebin.py bucephalus + $ $PYTHON writebin.py bucephalus - $ python "$TESTDIR/md5sum.py" bucephalus + $ $PYTHON "$TESTDIR/md5sum.py" bucephalus 8ba2a2f3e77b55d03051ff9c24ad65e7 bucephalus $ hg add bucephalus $ hg qnew -f --git addbucephalus @@ -1158,7 +1158,7 @@ applying addbucephalus now at: addbucephalus $ test -f bucephalus - $ python "$TESTDIR/md5sum.py" bucephalus + $ $PYTHON "$TESTDIR/md5sum.py" bucephalus 8ba2a2f3e77b55d03051ff9c24ad65e7 bucephalus