]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
id was not being properly set
authorMark Andrews <marka@isc.org>
Tue, 26 Jul 2011 04:29:17 +0000 (04:29 +0000)
committerMark Andrews <marka@isc.org>
Tue, 26 Jul 2011 04:29:17 +0000 (04:29 +0000)
bin/tests/system/autosign/tests.sh

index afac3218a6c183a52b1398d45ff5e6523f928424..a3396c938284182dc817a53788378f5e9e152cbd 100644 (file)
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.12.18.14 2011/07/08 01:45:58 each Exp $
+# $Id: tests.sh,v 1.12.18.15 2011/07/26 04:29:17 marka Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -663,7 +663,7 @@ status=`expr $status + $ret`
 
 echo "I:checking that standby key does not sign records ($n)"
 ret=0
-ed=`sed 's/^K.+007+0*\([0-9]\)/\1/' < standby.key`
+id=`sed 's/^K.+007+0*\([0-9]\)/\1/' < standby.key`
 $DIG $DIGOPTS dnskey . @10.53.0.1 > dig.out.ns1.test$n || ret=1
 grep 'RRSIG.*'" $id "'\. ' dig.out.ns1.test$n > /dev/null && ret=1
 n=`expr $n + 1`