From: Peter van Dijk Date: Fri, 11 Jan 2013 08:56:59 +0000 (+0000) Subject: drop forward-zone from recursor regression, now uses a fake root hints file X-Git-Tag: auth-3.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f999ad37b823655bb8e87f70f4687c0bcde07e95;p=thirdparty%2Fpdns.git drop forward-zone from recursor regression, now uses a fake root hints file git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3038 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 54c4ed8aeb..4f31047c86 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -34,8 +34,24 @@ $RECRUN EOF chmod +x recursor-service/run +cat > recursor-service/hintfile << EOF +. 3600 IN NS ns.root. +ns.root. 3600 IN A $PREFIX.8 +EOF + SOA="ns.example.net. hostmaster.example.net. 1 3600 1800 1209600 300" +### fake root zone +mkdir $PREFIX.8 +cat > $PREFIX.8/ROOT.zone <> $dir/named.conf <