comparison tests/test-ssh-proto.t @ 47921:0c92cd9286ee

tests: manual cleanup now that dummyssh usage is implied Differential Revision: https://phab.mercurial-scm.org/D11246
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Mon, 02 Aug 2021 23:43:40 -0400
parents 9c4204b7f3e4
children c89ddef6474d
comparison
equal deleted inserted replaced
47920:9c4204b7f3e4 47921:0c92cd9286ee
26 > echo 'testing ssh2' 26 > echo 'testing ssh2'
27 > echo "${commands}" | HGRCPATH=$TESTTMP/hgrc-sshv2 hg --verbose debugwireproto --localssh 27 > echo "${commands}" | HGRCPATH=$TESTTMP/hgrc-sshv2 hg --verbose debugwireproto --localssh
28 > } 28 > }
29 29
30 $ cat >> $HGRCPATH << EOF 30 $ cat >> $HGRCPATH << EOF
31 > [ui]
32 > [devel] 31 > [devel]
33 > debug.peer-request = true 32 > debug.peer-request = true
34 > [extensions] 33 > [extensions]
35 > sshprotoext = $TESTDIR/sshprotoext.py 34 > sshprotoext = $TESTDIR/sshprotoext.py
36 > EOF 35 > EOF