comparison tests/test-push-race.t @ 33262:8e6f4939a69a

tests: replace yet more calls to `python` with $PYTHON These are some simple cases. More to come in a future change. Reviewers: krbullock Reviewed By: krbullock Differential Revision: https://phab.mercurial-scm.org/D4
author Augie Fackler <augie@google.com>
date Wed, 05 Jul 2017 11:10:11 -0500
parents 53b3a1968aa6
children 7d8d2da4516c
comparison
equal deleted inserted replaced
33261:be49f3fdcd10 33262:8e6f4939a69a
89 > [ ! -f $1 ] || echo "delay file still exist: $1" 89 > [ ! -f $1 ] || echo "delay file still exist: $1"
90 > } 90 > }
91 91
92 $ cat >> $HGRCPATH << EOF 92 $ cat >> $HGRCPATH << EOF
93 > [ui] 93 > [ui]
94 > ssh = python "$TESTDIR/dummyssh" 94 > ssh = $PYTHON "$TESTDIR/dummyssh"
95 > # simplify output 95 > # simplify output
96 > logtemplate = {node|short} {desc} ({branch}) 96 > logtemplate = {node|short} {desc} ({branch})
97 > [phases] 97 > [phases]
98 > publish = no 98 > publish = no
99 > [experimental] 99 > [experimental]