tests/test-diff-color.t
changeset 39707 5abc47d4ca6b
parent 39618 2f40bcebad30
child 42071 db72f9f6580e
--- 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