Mercurial > public > mercurial-scm > hg-stable
diff tests/test-diff-color.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 | 2f40bcebad30 |
children | db72f9f6580e |
line wrap: on
line diff
--- a/tests/test-diff-color.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-diff-color.t Tue Sep 18 23:47:21 2018 -0400 @@ -396,12 +396,12 @@ multibyte character shouldn't be broken up in word diff: - $ $PYTHON <<'EOF' + $ "$PYTHON" <<'EOF' > with open("utf8", "wb") as f: > f.write(b"blah \xe3\x82\xa2 blah\n") > EOF $ hg ci -Am 'add utf8 char' utf8 - $ $PYTHON <<'EOF' + $ "$PYTHON" <<'EOF' > with open("utf8", "wb") as f: > f.write(b"blah \xe3\x82\xa4 blah\n") > EOF