]> 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 14:24:18 +0000 (16:24 +0200)
bin/tests/system/masterformat/tests.sh

index 58485285e55ae575e545c72cdabe44a0ad4fbb74..4cf6f2cdcee709604c4c8b276ec48cb29fcbeef5 100755 (executable)
@@ -235,7 +235,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 $SYSTEMTESTTOP/stop.pl --use-rndc --halt --port ${CONTROLPORT} rndc ns3
+$PERL $SYSTEMTESTTOP/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
@@ -260,7 +260,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 $SYSTEMTESTTOP/stop.pl --use-rndc --port ${CONTROLPORT} rndc ns3
+$PERL $SYSTEMTESTTOP/stop.pl --use-rndc --port ${CONTROLPORT} masterformat ns3
 rm ns3/*.jnl
 restart
 #shellcheck disable=SC2034