From cb99a652593b754c9c20294e495db9559cfcee62 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 21 Mar 2016 23:03:40 +0100 Subject: [PATCH] another place that looked for pdns_recursor in the old place --- regression-tests/recursor-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} -- 2.47.2