Mercurial > public > mercurial-scm > hg-stable
diff tests/test-push-race.t @ 33262:8e6f4939a69a
tests: replace yet more calls to `python` with $PYTHON
These are some simple cases. More to come in a future change.
Reviewers: krbullock
Reviewed By: krbullock
Differential Revision: https://phab.mercurial-scm.org/D4
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 05 Jul 2017 11:10:11 -0500 |
parents | 53b3a1968aa6 |
children | 7d8d2da4516c |
line wrap: on
line diff
--- a/tests/test-push-race.t Wed Jul 05 11:09:55 2017 -0500 +++ b/tests/test-push-race.t Wed Jul 05 11:10:11 2017 -0500 @@ -91,7 +91,7 @@ $ cat >> $HGRCPATH << EOF > [ui] - > ssh = python "$TESTDIR/dummyssh" + > ssh = $PYTHON "$TESTDIR/dummyssh" > # simplify output > logtemplate = {node|short} {desc} ({branch}) > [phases]