comparison 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
comparison
equal deleted inserted replaced
43540:bad4a26b4607 43541:3a463e5e470b
1 #require py37 1 #require py37
2 2
3 $ byteify_strings () { 3 $ byteify_strings () {
4 > $PYTHON "$TESTDIR/../contrib/byteify-strings.py" "$@" 4 > "$PYTHON" "$TESTDIR/../contrib/byteify-strings.py" "$@"
5 > } 5 > }
6 6
7 Test version 7 Test version
8 8
9 $ byteify_strings --version 9 $ byteify_strings --version