From: Evan Hunt Date: Thu, 12 Oct 2017 06:25:46 +0000 (-0700) Subject: [master] typo X-Git-Tag: v9.12.0b1~7 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5daa6333134d6a43896e8aed163afabdbfe12f37;p=thirdparty%2Fbind9.git [master] typo --- diff --git a/bin/tests/system/sfcache/tests.sh b/bin/tests/system/sfcache/tests.sh index bbab1c95e46..5ff6d31eb88 100644 --- a/bin/tests/system/sfcache/tests.sh +++ b/bin/tests/system/sfcache/tests.sh @@ -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