Mercurial > hg-stable
diff tests/test-byteify-strings.t @ 43541:3a463e5e470b
tests: quote $PYTHON in test-byteify-strings.t
This is needed because the default install location is "Program Files" on
Windows.
Differential Revision: https://phab.mercurial-scm.org/D7251
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 05 Nov 2019 22:56:12 -0500 |
parents | 09234eeae206 |
children | 8250ecb53f30 |
line wrap: on
line diff
--- a/tests/test-byteify-strings.t Wed Nov 06 00:35:41 2019 -0800 +++ b/tests/test-byteify-strings.t Tue Nov 05 22:56:12 2019 -0500 @@ -1,7 +1,7 @@ #require py37 $ byteify_strings () { - > $PYTHON "$TESTDIR/../contrib/byteify-strings.py" "$@" + > "$PYTHON" "$TESTDIR/../contrib/byteify-strings.py" "$@" > } Test version