Mercurial > public > mercurial-scm > hg
diff tests/test-check-module-imports.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 | e5916f1236f3 |
children | f9e3044d16d0 |
line wrap: on
line diff
--- a/tests/test-check-module-imports.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-check-module-imports.t Tue Sep 18 23:47:21 2018 -0400 @@ -43,4 +43,4 @@ > -X tests/test-imports-checker.t \ > -X tests/test-lock.py \ > -X tests/test-verify-repo-operations.py \ - > | sed 's-\\-/-g' | $PYTHON "$import_checker" - + > | sed 's-\\-/-g' | "$PYTHON" "$import_checker" -