fixed second-key test to use correct rndc.conf

This commit is contained in:
Evan Hunt
2012-06-20 15:08:42 -07:00
parent 1a9e34edc5
commit 44b9433d75

View File

@@ -227,7 +227,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`