]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Test reloading of zones with special
authorMark Andrews <marka@isc.org>
Wed, 4 Mar 2020 01:58:55 +0000 (12:58 +1100)
committerMark Andrews <marka@isc.org>
Fri, 13 Mar 2020 04:03:49 +0000 (15:03 +1100)
(cherry picked from commit ad030332bdb14b5c0a0aacee2f89cedbd98ec041)

bin/tests/system/addzone/tests.sh

index 1592dd0137ddfe97bebfcb28a1bb5881ab2a3b3d..978f582555eefbaea8d73cba2ee7fb465661981e 100755 (executable)
@@ -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