# HG changeset patch # User Matt Harbison # Date 1573012572 18000 # Node ID 3a463e5e470b40c275091a38b1a4464e36c0c5a4 # Parent bad4a26b4607769ef86623a401c94769b626e05a 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 diff -r bad4a26b4607 -r 3a463e5e470b tests/test-byteify-strings.t --- 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