From 5daa6333134d6a43896e8aed163afabdbfe12f37 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 11 Oct 2017 23:25:46 -0700 Subject: [PATCH] [master] typo --- bin/tests/system/sfcache/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/sfcache/tests.sh b/bin/tests/system/sfcache/tests.sh index bbab1c95e4..5ff6d31eb8 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