comparison 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
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
945 945
946 $ cat errors.log 946 $ cat errors.log
947 $ cd .. 947 $ cd ..
948 $ hg init eucjp 948 $ hg init eucjp
949 $ cd eucjp 949 $ cd eucjp
950 $ $PYTHON -c 'print("\265\376")' >> eucjp.txt # Japanese kanji "Kyo" 950 $ "$PYTHON" -c 'print("\265\376")' >> eucjp.txt # Japanese kanji "Kyo"
951 $ hg ci -Ama 951 $ hg ci -Ama
952 adding eucjp.txt 952 adding eucjp.txt
953 $ hgserveget () { 953 $ hgserveget () {
954 > killdaemons.py 954 > killdaemons.py
955 > echo % HGENCODING="$1" hg serve 955 > echo % HGENCODING="$1" hg serve