Mercurial > public > mercurial-scm > hg
diff tests/test-rebase-partial.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 | 177f3b90335f |
children | dc5e5577af39 |
line wrap: on
line diff
--- a/tests/test-rebase-partial.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-rebase-partial.t Tue Sep 18 23:47:21 2018 -0400 @@ -15,7 +15,7 @@ > EOF $ rebasewithdag() { - > N=`$PYTHON -c "print($N+1)"` + > N=`"$PYTHON" -c "print($N+1)"` > hg init repo$N && cd repo$N > hg debugdrawdag > hg rebase "$@" > _rebasetmp