3337. [bug] Change #3294 broke support for the multiple keys

in controls. [RT #29694]
This commit is contained in:
Mark Andrews
2012-06-13 16:25:42 +10:00
parent ebe662ab63
commit c298583db5
6 changed files with 26 additions and 6 deletions

View File

@@ -233,5 +233,11 @@ grep "ADB stats" ns2/named.stats > /dev/null || ret=1
if [ $ret != 0 ]; then echo "I:failed"; fi
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
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
echo "I:exit status: $status"
exit $status