Searched refs:inception (Results 26 - 26 of 26) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh3334 echo_i "check the acceptance of seconds as inception and expiration times ($n)"
3361 inception=$(awk '$4 == "RRSIG" { print $10 }' dig.out.test$n)
3362 $PERL -e 'exit(0) if ("'"$time"'" lt "'"$expire"'" && "'"$time"'" gt "'"$inception"'"); exit(1);' || ret=1

Completed in 146 milliseconds

12