Mercurial > public > mercurial-scm > hg-stable
diff tests/test-encoding-align.t @ 39723:5abc47d4ca6b
tests: quote PYTHON usage
Python3 defaults to installing under "Program Files".
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 18 Sep 2018 23:47:21 -0400 |
parents | af9cb761b5f3 |
children | 24bef6a99958 |
line wrap: on
line diff
--- a/tests/test-encoding-align.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-encoding-align.t Tue Sep 18 23:47:21 2018 -0400 @@ -4,7 +4,7 @@ $ export HGENCODING $ hg init t $ cd t - $ $PYTHON << EOF + $ "$PYTHON" << EOF > # (byte, width) = (6, 4) > s = b"\xe7\x9f\xad\xe5\x90\x8d" > # (byte, width) = (7, 7): odd width is good for alignment test