diff tests/test-highlight.t @ 39707: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 82ae4f471254
children 3b84ef904aea
line wrap: on
line diff
--- a/tests/test-highlight.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-highlight.t	Tue Sep 18 23:47:21 2018 -0400
@@ -947,7 +947,7 @@
   $ cd ..
   $ hg init eucjp
   $ cd eucjp
-  $ $PYTHON -c 'print("\265\376")' >> eucjp.txt  # Japanese kanji "Kyo"
+  $ "$PYTHON" -c 'print("\265\376")' >> eucjp.txt  # Japanese kanji "Kyo"
   $ hg ci -Ama
   adding eucjp.txt
   $ hgserveget () {