Remove unnecessary remotecmd config from tests

The remotecmd config is no longer necessary since we now use a dummy ssh. It
was also hardcoded for a specific filesystem structure, which didn't work on
other machines.
This commit is contained in:
Durham Goode 2014-01-15 17:35:16 -08:00
parent 106035959b
commit f82c2ddc69

View File

@ -10,7 +10,6 @@ rebase=
mq= mq=
[ui] [ui]
ssh=python "$TESTDIR/dummyssh" ssh=python "$TESTDIR/dummyssh"
remotecmd=$TESTDIR/../../hg/hg
[server] [server]
preferuncompressed=True preferuncompressed=True
EOF EOF