test: use 'dummyssh' from the run-tests directory
authorPierre-Yves David <pierre-yves.david@fb.com>
Mon, 02 Nov 2015 11:05:28 +0000
changeset 1523 34e0b17858e3
parent 1522 97b9141cbf72
child 1524 bfbd99b50f8f
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.
tests/test-wireproto-bundle1.t
tests/test-wireproto.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]
--- 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]