Mercurial > public > mercurial-scm > hg
diff tests/test-check-help.t @ 39707: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 | d2c81e83de2a |
children | c36846abbcd3 |
line wrap: on
line diff
--- a/tests/test-check-help.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-check-help.t Tue Sep 18 23:47:21 2018 -0400 @@ -25,5 +25,5 @@ $ testrepohg files 'glob:{hgdemandimport,hgext,mercurial}/**/*.py' \ > | sed 's|\\|/|g' \ - > | xargs $PYTHON "$TESTTMP/scanhelptopics.py" \ + > | xargs "$PYTHON" "$TESTTMP/scanhelptopics.py" \ > | xargs -n1 hg help --config extensions.phabricator= > /dev/null