From: bert hubert Date: Mon, 21 Mar 2016 22:03:40 +0000 (+0100) Subject: another place that looked for pdns_recursor in the old place X-Git-Tag: dnsdist-1.0.0-beta1~75^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb99a652593b754c9c20294e495db9559cfcee62;p=thirdparty%2Fpdns.git another place that looked for pdns_recursor in the old place --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index 96ef57e1c3..aec804485e 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -4,7 +4,7 @@ port=$1 limit=$2 [ -z "$limit" ] && limit=100000 -: ${RECURSOR:="../pdns/pdns_recursor"} +: ${RECURSOR:="../pdns/recursordist/pdns_recursor"} : ${CSV:="top-1m.csv"} : ${IPv6:="1"} : ${TRACE:="fail"}