]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] typo
authorEvan Hunt <each@isc.org>
Thu, 12 Oct 2017 06:25:46 +0000 (23:25 -0700)
committerEvan Hunt <each@isc.org>
Thu, 12 Oct 2017 06:25:46 +0000 (23:25 -0700)
bin/tests/system/sfcache/tests.sh

index bbab1c95e464886aec30461885310cc2ace5ab1f..5ff6d31eb882039f224c62cfde60e67fa208207f 100644 (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