##// END OF EJS Templates
tests: quote $PYTHON in test-byteify-strings.t...
Matt Harbison -
r43798:3a463e5e default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
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
General Comments 0
You need to be logged in to leave comments. Login now