diff -r 030d558c6456 -r 5abc47d4ca6b tests/test-diff-color.t --- 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