[v9_9] fix test errors

- require 5.006_001
- cut off the least significant figures of rrsig dates before
  comparison to avoid integer overflow

(cherry picked from commit 5efcb3a3e2)
This commit is contained in:
Evan Hunt
2014-02-17 08:41:01 -08:00
parent d611364626
commit 3f0a78b790
2 changed files with 6 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
#
# XXX: Doesn't support IPv6 yet
require 5.006.001;
require 5.006_001;
use strict;
use Getopt::Std;