From: Mark Andrews Date: Fri, 4 Jun 2010 00:04:09 +0000 (+0000) Subject: iterations is -H X-Git-Tag: v9.7.1b1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784332dee88fa454574ea0d95f3626dceaeab5a1;p=thirdparty%2Fbind9.git iterations is -H --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 17f1705a828..bdc822461de 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.55.32.5 2010/06/03 21:42:38 marka Exp $ +# $Id: tests.sh,v 1.55.32.6 2010/06/04 00:04:09 marka Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -927,7 +927,7 @@ zone=example key1=`$KEYGEN -r $RANDFILE -a NSEC3RSASHA1 -b 1024 -n zone $zone` key2=`$KEYGEN -r $RANDFILE -f KSK -a NSEC3RSASHA1 -b 1024 -n zone $zone` cat example.db.in $key1.key $key2.key > example.db -$SIGNER -3 - -i 10 -o example -f example.db example.db > /dev/null 2>&1 +$SIGNER -3 - -H 10 -o example -f example.db example.db > /dev/null 2>&1 grep "IQF9LQTLKKNFK0KVIFELRAK4IC4QLTMG.example. 0 IN NSEC3 1 0 10 - IQF9LQTLKKNFK0KVIFELRAK4IC4QLTMG A NS SOA RRSIG DNSKEY NSEC3PARAM" example.db > /dev/null ) || ret=1 if [ $ret != 0 ]; then echo "I:failed"; fi