]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] oops, nta lifetime change broke dnssec test
authorEvan Hunt <each@isc.org>
Thu, 4 Sep 2014 03:51:32 +0000 (20:51 -0700)
committerEvan Hunt <each@isc.org>
Thu, 4 Sep 2014 03:51:32 +0000 (20:51 -0700)
bin/tests/system/dnssec/tests.sh

index 1736fe20797c8b591fe1b5b54529d622a52347c8..436f8e48bfb4b80f131b9fdb5f4a0fe52c8757e0 100644 (file)
@@ -1796,7 +1796,7 @@ echo "I:check with bad nta lifetime"
 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta -l garbage foo > rndc.out.ns4.test$n.2 2>&1
 grep "'nta' failed: bad ttl" rndc.out.ns4.test$n.2 > /dev/null || ret=1
 echo "I:check with too long nta lifetime"
-$RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta -l 5d23h foo > rndc.out.ns4.test$n.3 2>&1
+$RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta -l 7d1h foo > rndc.out.ns4.test$n.3 2>&1
 grep "'nta' failed: out of range" rndc.out.ns4.test$n.3 > /dev/null || ret=1
 if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`