From: Mark Andrews Date: Wed, 4 Mar 2020 01:58:55 +0000 (+1100) Subject: Test reloading of zones with special X-Git-Tag: v9.11.18~26^2~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=be57cd016c6ad3002b8993b31727ce7c88f0487a;p=thirdparty%2Fbind9.git Test reloading of zones with special (cherry picked from commit ad030332bdb14b5c0a0aacee2f89cedbd98ec041) --- diff --git a/bin/tests/system/addzone/tests.sh b/bin/tests/system/addzone/tests.sh index 1592dd0137d..978f582555e 100755 --- a/bin/tests/system/addzone/tests.sh +++ b/bin/tests/system/addzone/tests.sh @@ -527,6 +527,8 @@ echo_i "check that named restarts with multiple added zones ($n)" ret=0 $RNDCCMD 10.53.0.3 addzone "test4.baz" '{ type master; file "e.db"; };' > /dev/null 2>&1 || ret=1 $RNDCCMD 10.53.0.3 addzone "test5.baz" '{ type master; file "e.db"; };' > /dev/null 2>&1 || ret=1 +$RNDCCMD 10.53.0.3 addzone '"test/.baz"' '{ type master; check-names ignore; file "e.db"; };' > /dev/null 2>&1 || ret=1 +$RNDCCMD 10.53.0.3 addzone '"test\".baz"' '{ type master; check-names ignore; file "e.db"; };' > /dev/null 2>&1 || ret=1 $PERL $SYSTEMTESTTOP/stop.pl addzone ns3 $PERL $SYSTEMTESTTOP/start.pl --noclean --restart --port ${PORT} addzone ns3 || ret=1 $DIG $DIGOPTS @10.53.0.3 version.bind txt ch > dig.out.test$n || ret=1