]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fixed an incorrect test case in rpzrecurse
authorEvan Hunt <each@isc.org>
Sun, 13 Dec 2015 22:15:47 +0000 (14:15 -0800)
committerEvan Hunt <each@isc.org>
Sun, 13 Dec 2015 22:15:47 +0000 (14:15 -0800)
bin/tests/system/rpzrecurse/tests.sh

index 9ffe5e09a605dcbbf1edbf2d529ed5f5b3333d4e..23145f4bb8188d9aa9d4d437719e4b98ee68df18 100644 (file)
@@ -217,8 +217,8 @@ echo "I:running dig to follow CNAME (blocks, so runs in the background) (${t})"
 $DIG $DIGOPTS @10.53.0.2 -p 5300 www.test.example.org A > dig.out.${t} &
 sleep 1
 echo "I:removing the policy zone"
-cp ns2/named.default.conf ns2/db.6a.00.policy.local
-$RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 6a.00.policy.local 2>&1 | sed 's/^/I:ns2 /'
+cp ns2/named.default.conf ns2/named.conf
+$RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reconfig 2>&1 | sed 's/^/I:ns2 /'
 sleep 1
 echo "I:resuming authority server"
 kill -CONT `cat ns1/named.pid`