]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix name of the test directory of stop.pl in masterformat test
authorMichal Nowak <mnowak@isc.org>
Tue, 28 Jul 2020 10:58:51 +0000 (12:58 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 30 Jul 2020 13:58:54 +0000 (15:58 +0200)
bin/tests/system/masterformat/tests.sh

index a7cf0190f118c4b92ef5a1f415dfcb44878c1b02..5a9c23bca6eb00836808741af6ed78c83a8ecbb8 100755 (executable)
@@ -234,7 +234,7 @@ grep "added text" "dig.out.dynamic1.ns3.test$n" > /dev/null 2>&1 || ret=1
 dig_with_opts +comm @10.53.0.3 added.dynamic txt > "dig.out.dynamic2.ns3.test$n"
 grep "NXDOMAIN" "dig.out.dynamic2.ns3.test$n" > /dev/null 2>&1 || ret=1
 # using "rndc halt" ensures that we don't dump the zone file
-$PERL ../stop.pl --use-rndc --halt --port ${CONTROLPORT} rndc ns3
+$PERL ../stop.pl --use-rndc --halt --port ${CONTROLPORT} masterformat ns3
 restart
 check_added_text() {
        dig_with_opts @10.53.0.3 newtext.dynamic txt > "dig.out.dynamic3.ns3.test$n" || return 1
@@ -259,7 +259,7 @@ END
 dig_with_opts @10.53.0.3 moretext.dynamic txt > "dig.out.dynamic1.ns3.test$n"
 grep "more text" "dig.out.dynamic1.ns3.test$n" > /dev/null 2>&1 || ret=1
 # using "rndc stop" will cause the zone file to flush before shutdown
-$PERL ../stop.pl --use-rndc --port ${CONTROLPORT} rndc ns3
+$PERL ../stop.pl --use-rndc --port ${CONTROLPORT} masterformat ns3
 rm ns3/*.jnl
 restart
 #shellcheck disable=SC2034