Mercurial > hg-stable
diff tests/test-bundle2-format.t @ 39723:5abc47d4ca6b
tests: quote PYTHON usage
Python3 defaults to installing under "Program Files".
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 18 Sep 2018 23:47:21 -0400 |
parents | 89630d0b3e23 |
children | 58ebf5083843 |
line wrap: on
line diff
--- a/tests/test-bundle2-format.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-bundle2-format.t Tue Sep 18 23:47:21 2018 -0400 @@ -232,7 +232,7 @@ > [experimental] > evolution.createmarkers=True > [ui] - > ssh=$PYTHON "$TESTDIR/dummyssh" + > ssh="$PYTHON" "$TESTDIR/dummyssh" > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} > [web] > push_ssl = false