Mercurial > public > mercurial-scm > hg-stable
diff tests/test-push-warn.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 | cbc4425e81b5 |
children | 5997eabc7b85 |
line wrap: on
line diff
--- a/tests/test-push-warn.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-push-warn.t Tue Sep 18 23:47:21 2018 -0400 @@ -419,7 +419,7 @@ adding c created new head - $ for i in `$PYTHON $TESTDIR/seq.py 3`; do hg -R h up -q 0; echo $i > h/b; hg -R h ci -qAm$i; done + $ for i in `"$PYTHON" $TESTDIR/seq.py 3`; do hg -R h up -q 0; echo $i > h/b; hg -R h ci -qAm$i; done $ hg -R i push h pushing to h