]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix key name variable in autosign
authorFrancis Dupont <fdupont@isc.org>
Sat, 12 May 2012 05:54:45 +0000 (07:54 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 12 May 2012 05:54:45 +0000 (07:54 +0200)
bin/tests/system/autosign/tests.sh

index adb97b4b8f3c00c1cc7426673386e5306285e3cb..2f52d3bd44845dcf244bf464bf346111f7cbe4df 100644 (file)
@@ -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`