]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix addzone test
authorEvan Hunt <each@isc.org>
Tue, 22 Jan 2019 23:41:44 +0000 (15:41 -0800)
committerEvan Hunt <each@isc.org>
Fri, 25 Jan 2019 08:44:11 +0000 (00:44 -0800)
typographical error prevented reconfiguration

bin/tests/system/addzone/tests.sh

index 21495c7ad92a2859c6fcb8eb3a5590ebe2b7ac2a..d05b1da35f6e0007fb0b88dbf5780fe1e39c7b1e 100755 (executable)
@@ -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