changeset 43493 | 3a463e5e470b |
parent 43407 | 09234eeae206 |
child 50773 | 8250ecb53f30 |
43492:bad4a26b4607 | 43493: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 |