From: Michal Nowak Date: Tue, 28 Jul 2020 10:58:51 +0000 (+0200) Subject: Fix name of the test directory of stop.pl in masterformat test X-Git-Tag: v9.17.4~27^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68488dd98cca135c7a9c503e0fc9c195bd528076;p=thirdparty%2Fbind9.git Fix name of the test directory of stop.pl in masterformat test --- diff --git a/bin/tests/system/masterformat/tests.sh b/bin/tests/system/masterformat/tests.sh index a7cf0190f11..5a9c23bca6e 100755 --- a/bin/tests/system/masterformat/tests.sh +++ b/bin/tests/system/masterformat/tests.sh @@ -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