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
--- 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