From: Peter van Dijk Date: Mon, 28 Jan 2013 10:56:26 +0000 (+0000) Subject: set testsdir in recursor tests X-Git-Tag: rec-3.5-rc3~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d819868dfd46978d58d6eb3a5e00003d3222cb9e;p=pdns set testsdir in recursor tests git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3087 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests.recursor/runtests b/regression-tests.recursor/runtests index 06de8aad3..b9191e5c1 100755 --- a/regression-tests.recursor/runtests +++ b/regression-tests.recursor/runtests @@ -10,5 +10,8 @@ then exit 1 fi +testsdir=. +export testsdir + nameserver=$PREFIX.9 port=53 ../regression-tests/runtests -context=recursor ../regression-tests/toxml \ No newline at end of file +context=recursor ../regression-tests/toxml