tests: quote $PYTHON in test-byteify-strings.t
authorMatt Harbison <matt_harbison@yahoo.com>
Tue, 05 Nov 2019 22:56:12 -0500
changeset 43493 3a463e5e470b
parent 43492 bad4a26b4607
child 43494 5d40317d42b7
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
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