Mercurial > public > mercurial-scm > hg-stable
diff tests/test-sparse-clone.t @ 36956:c18ae7a07019
tests: clean up two wayward `python` invocations
These are also fallout from the check-code regex rewriting bug.
Differential Revision: https://phab.mercurial-scm.org/D2865
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 14 Mar 2018 15:44:53 -0400 |
parents | abd7dedbaa36 |
children | 5abc47d4ca6b |
line wrap: on
line diff
--- a/tests/test-sparse-clone.t Wed Mar 14 15:42:23 2018 -0400 +++ b/tests/test-sparse-clone.t Wed Mar 14 15:44:53 2018 -0400 @@ -2,7 +2,7 @@ $ cat >> $HGRCPATH << EOF > [ui] - > ssh = python "$RUNTESTDIR/dummyssh" + > ssh = $PYTHON "$RUNTESTDIR/dummyssh" > username = nobody <no.reply@fb.com> > [extensions] > sparse=