fixed second-key test to use correct rndc.conf

This commit is contained in:
Evan Hunt
2012-06-20 15:07:24 -07:00
parent 5c67dd7dc7
commit 8566c18b02

View File

@@ -235,7 +235,7 @@ status=`expr $status + $ret`
echo "I:test using second key"
ret=0
$RNDC -s 10.53.0.2 -p 9953 -k ns2/secondkey.key status > /dev/null || ret=1
$RNDC -s 10.53.0.2 -p 9953 -c ../common/rndc.conf -k ns2/secondkey.key status > /dev/null || ret=1
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`