]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
another place that looked for pdns_recursor in the old place
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 21 Mar 2016 22:03:40 +0000 (23:03 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 22 Mar 2016 08:39:58 +0000 (09:39 +0100)
regression-tests/recursor-test

index 96ef57e1c3e59fd18dfb68a065dc89c6312c41a4..aec804485ec180d7d2dd9724d6d585d113f19959 100755 (executable)
@@ -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"}