diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index adb97b4b8f..2f52d3bd44 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` diff --git a/doc/private/SRCID b/doc/private/SRCID index 24d18a5b95..cdabe505fd 100644 --- a/doc/private/SRCID +++ b/doc/private/SRCID @@ -1,4 +1,4 @@ # This file must follow /bin/sh rules. It is imported directly via # configure. # -SRCID="( 2012/05/10 00:15:00 UTC )" +SRCID="( 2012/05/14 00:15:00 UTC )"