From: Francis Dupont Date: Sat, 12 May 2012 05:54:45 +0000 (+0200) Subject: fix key name variable in autosign X-Git-Tag: v9.10.0a1~1180^2~55^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6a2ebd69b5dbe29bde5ef71a28ed3ab5ba02a9d1;p=thirdparty%2Fbind9.git fix key name variable in autosign --- diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index adb97b4b8f3..2f52d3bd448 100644 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -218,7 +218,7 @@ echo "I:checking that non-replaceable RRSIGs are logged only once ($n)" ret=0 loglines=`grep "Key nozsk.example/NSEC3RSASHA1/$missing .* retaining signatures" ns3/named.run | wc -l` [ "$loglines" -eq 1 ] || ret=1 -loglines=`grep "Key inaczsk.example/NSEC3RSASHA1/$missing .* retaining signatures" ns3/named.run | wc -l` +loglines=`grep "Key inaczsk.example/NSEC3RSASHA1/$inactive .* retaining signatures" ns3/named.run | wc -l` [ "$loglines" -eq 1 ] || ret=1 if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret`