test: use 'dummyssh' from the run-tests directory
This is a step toward not shipping our own test runners and relying on the
official Mercurial one.
--- a/tests/test-wireproto-bundle1.t Mon Nov 02 11:04:44 2015 +0000
+++ b/tests/test-wireproto-bundle1.t Mon Nov 02 11:05:28 2015 +0000
@@ -3,7 +3,7 @@
> [defaults]
> amend=-d "0 0"
> [ui]
- > ssh=python "$TESTDIR/dummyssh"
+ > ssh=python "$RUNTESTDIR/dummyssh"
> [phases]
> publish = False
> [extensions]
--- a/tests/test-wireproto.t Mon Nov 02 11:04:44 2015 +0000
+++ b/tests/test-wireproto.t Mon Nov 02 11:05:28 2015 +0000
@@ -6,7 +6,7 @@
> obsmarkers-exchange-debug=true
> bundle2-exp=true
> [ui]
- > ssh=python "$TESTDIR/dummyssh"
+ > ssh=python "$RUNTESTDIR/dummyssh"
> [phases]
> publish = False
> [extensions]