changeset 40882:bcf70058af90

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
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 10 Dec 2018 15:45:46 +0300
parents 8695fbe17f7c
children 597fe8d81104
files tests/narrow-library.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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