comparison tests/test-bookmarks-pushpull.t @ 25476:46727fea7a00

tests: simplify calls to dummyssh dummyssh is marked executable and is in the path, no need for python, TESTDIR, or quotes.
author Matt Mackall <mpm@selenic.com>
date Mon, 08 Jun 2015 15:02:49 -0500
parents 8c14f87bd0ae
children c63bf97cf7c7
comparison
equal deleted inserted replaced
25475:c3ecbf694904 25476:46727fea7a00
732 > [paths] 732 > [paths]
733 > local=../issue4455-dest/ 733 > local=../issue4455-dest/
734 > ssh=ssh://user@dummy/issue4455-dest 734 > ssh=ssh://user@dummy/issue4455-dest
735 > http=http://localhost:$HGPORT/ 735 > http=http://localhost:$HGPORT/
736 > [ui] 736 > [ui]
737 > ssh=python "$TESTDIR/dummyssh" 737 > ssh=dummyssh
738 > EOF 738 > EOF
739 $ cat >> ../issue4455-dest/.hg/hgrc << EOF 739 $ cat >> ../issue4455-dest/.hg/hgrc << EOF
740 > [hooks] 740 > [hooks]
741 > prepushkey=false 741 > prepushkey=false
742 > [web] 742 > [web]