From: Evan Hunt Date: Tue, 22 Jan 2019 23:41:44 +0000 (-0800) Subject: fix addzone test X-Git-Tag: v9.13.6~36^2~17 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e6f2c2f51f133d25f54f8a0fd3ca7c91a970c57a;p=thirdparty%2Fbind9.git fix addzone test typographical error prevented reconfiguration --- diff --git a/bin/tests/system/addzone/tests.sh b/bin/tests/system/addzone/tests.sh index 21495c7ad92..d05b1da35f6 100755 --- a/bin/tests/system/addzone/tests.sh +++ b/bin/tests/system/addzone/tests.sh @@ -667,7 +667,7 @@ echo_i "check delzone after reconfig failure ($n)" ret=0 $RNDCCMD 10.53.0.3 addzone 'inlineslave.example. IN { type slave; file "inlineslave.db"; masterfile-format text; masters { testmaster; }; };' > /dev/null 2>&1 || ret=1 copy_setports ns3/named2.conf.in ns3/named.conf -rndc_reconfgi ns3 10.53.0.3 +rndc_reconfig ns3 10.53.0.3 $RNDCCMD 10.53.0.3 delzone inlineslave.example > /dev/null 2>&1 || ret=1 n=`expr $n + 1` if [ $ret != 0 ]; then echo_i "failed"; fi