Mercurial > hg-stable
diff tests/test-bookmarks-pushpull.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 | 89630d0b3e23 |
children | 58d785679e15 |
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t Tue Sep 18 22:40:03 2018 -0400 +++ b/tests/test-bookmarks-pushpull.t Tue Sep 18 23:47:21 2018 -0400 @@ -435,7 +435,7 @@ (test that too many divergence of bookmark) - $ $PYTHON $TESTDIR/seq.py 1 100 | while read i; do hg bookmarks -r 000000000000 "X@${i}"; done + $ "$PYTHON" $TESTDIR/seq.py 1 100 | while read i; do hg bookmarks -r 000000000000 "X@${i}"; done $ hg pull ../a pulling from ../a searching for changes @@ -463,7 +463,7 @@ @1 2:0d2164f0ce0d @foo 2:0d2164f0ce0d - $ $PYTHON $TESTDIR/seq.py 1 100 | while read i; do hg bookmarks -d "X@${i}"; done + $ "$PYTHON" $TESTDIR/seq.py 1 100 | while read i; do hg bookmarks -d "X@${i}"; done $ hg bookmarks -d "@1" $ hg push -f ../a @@ -1082,7 +1082,7 @@ > ssh=ssh://user@dummy/issue4455-dest > http=http://localhost:$HGPORT/ > [ui] - > ssh=$PYTHON "$TESTDIR/dummyssh" + > ssh="$PYTHON" "$TESTDIR/dummyssh" > EOF $ cat >> ../issue4455-dest/.hg/hgrc << EOF > [hooks]