Mercurial > hg-stable
diff tests/test-eol.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 | ae3f17a87b28 |
children | 42d2b31cee0b |
line wrap: on
line diff
--- a/tests/test-eol.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-eol.t Tue Sep 18 23:47:21 2018 -0400 @@ -73,7 +73,7 @@ > echo '% a.txt' > cat a.txt > hg diff - > $PYTHON ../switch-eol.py $1 a.txt + > "$PYTHON" ../switch-eol.py $1 a.txt > echo '% hg diff only reports a single changed line:' > hg diff > echo "% reverting back to $1 format"