# HG changeset patch # User Pierre-Yves David # Date 1446462328 0 # Node ID 34e0b17858e39d55ae1da409698178c2889ad5a1 # Parent 97b9141cbf720189c93d5b0e40d638dd7aeea889 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. diff -r 97b9141cbf72 -r 34e0b17858e3 tests/test-wireproto-bundle1.t --- 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] diff -r 97b9141cbf72 -r 34e0b17858e3 tests/test-wireproto.t --- 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]