comparison tests/test-bundle2-pushback.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 525fbf24b51b
children c63bf97cf7c7
comparison
equal deleted inserted replaced
25475:c3ecbf694904 25476:46727fea7a00
23 > bundle2.parthandlermapping['changegroup'] = _newhandlechangegroup 23 > bundle2.parthandlermapping['changegroup'] = _newhandlechangegroup
24 > EOF 24 > EOF
25 25
26 $ cat >> $HGRCPATH <<EOF 26 $ cat >> $HGRCPATH <<EOF
27 > [ui] 27 > [ui]
28 > ssh = python "$TESTDIR/dummyssh" 28 > ssh = dummyssh
29 > username = nobody <no.reply@example.com> 29 > username = nobody <no.reply@example.com>
30 > 30 >
31 > [alias] 31 > [alias]
32 > tglog = log -G -T "{desc} [{phase}:{node|short}]" 32 > tglog = log -G -T "{desc} [{phase}:{node|short}]"
33 > EOF 33 > EOF