]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixed second-key test to use correct rndc.conf
authorEvan Hunt <each@isc.org>
Wed, 20 Jun 2012 22:07:24 +0000 (15:07 -0700)
committerEvan Hunt <each@isc.org>
Wed, 20 Jun 2012 22:10:01 +0000 (15:10 -0700)
bin/tests/system/rndc/tests.sh

index 4f10c9a6f4f036bea8f629f0ca2016ad713a3d5e..491eb64ad41e0ac706bad8c7e181c3018318aedb 100644 (file)
@@ -31,7 +31,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`