comparison tests/test-bundle2-remote-changegroup.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
79 79
80 $ cat >> $HGRCPATH << EOF 80 $ cat >> $HGRCPATH << EOF
81 > [experimental] 81 > [experimental]
82 > bundle2-exp=True 82 > bundle2-exp=True
83 > [ui] 83 > [ui]
84 > ssh=python "$TESTDIR/dummyssh" 84 > ssh=dummyssh
85 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} 85 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
86 > EOF 86 > EOF
87 87
88 $ hg init repo 88 $ hg init repo
89 89