changeset 43493: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 bad4a26b4607
children 5d40317d42b7
files tests/test-byteify-strings.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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