2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

[master] typo

This commit is contained in:
Evan Hunt
2017-10-11 23:25:46 -07:00
parent 28c58f39e9
commit 5daa633313

View File

@@ -56,7 +56,7 @@ if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
echo "I:disabling server to force non-dnssec SERVFAIL"
$PERL $SYSTEMTESTTOP/stop.pl --use-rndc ns2
$PERL $SYSTEMTESTTOP/stop.pl --use-rndc . ns2
awk '/SERVFAIL/ { next; out=1 } /Zone/ { out=0 } { if (out) print }' ns5/named_dump.db
echo "I:checking SERVFAIL is cached ($n)"
ret=0