tests: use $RUNTESTDIR instead of $TESTDIR in narrow-library.sh
authorPulkit Goyal <pulkit@yandex-team.ru>
Mon, 10 Dec 2018 15:45:46 +0300
changeset 40882 bcf70058af90
parent 40881 8695fbe17f7c
child 40883 597fe8d81104
tests: use $RUNTESTDIR instead of $TESTDIR in narrow-library.sh This is done so that third party extensions can use narrow-library.sh in tests. Differential Revision: https://phab.mercurial-scm.org/D5400
tests/narrow-library.sh
--- a/tests/narrow-library.sh	Mon Dec 10 10:21:08 2018 +0100
+++ b/tests/narrow-library.sh	Mon Dec 10 15:45:46 2018 +0300
@@ -2,7 +2,7 @@
 [extensions]
 narrow=
 [ui]
-ssh=python "$TESTDIR/dummyssh"
+ssh=python "$RUNTESTDIR/dummyssh"
 [experimental]
 changegroup3 = True
 EOF