From: Evan Hunt Date: Sun, 13 Dec 2015 22:15:47 +0000 (-0800) Subject: [master] fixed an incorrect test case in rpzrecurse X-Git-Tag: v9.11.0a1~261 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=362d2d46aaeb07a8b5d676b7c7e41ff5ca81bdf9;p=thirdparty%2Fbind9.git [master] fixed an incorrect test case in rpzrecurse --- diff --git a/bin/tests/system/rpzrecurse/tests.sh b/bin/tests/system/rpzrecurse/tests.sh index 9ffe5e09a60..23145f4bb81 100644 --- a/bin/tests/system/rpzrecurse/tests.sh +++ b/bin/tests/system/rpzrecurse/tests.sh @@ -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`