bind9/bin/tests/system/autosign
Michał Kępień fdd926d7cb Make "autosign" system test work with BusyBox awk
The BusyBox version of awk treats some variables which other awk
implementations consider to be decimal values as octal values.  This
intermittently breaks key event interval calculations in the "autosign"
system test, trigger false positives for it.  Prevent the problem from
happening by stripping leading zeros from the affected awk variables.

(cherry picked from commit ad008f7dbf)
2019-07-30 21:25:46 +02:00
..
ns1 Replace duplicated code snippet with calls to helper functions 2018-06-13 07:57:40 +02:00
ns2 verify that auto-dnssec maintain generates and signs NSEC3 records with DNAME at the apex 2018-12-09 23:12:41 -05:00
ns3 Check that DNAME is not treated as a delegation when signing 2018-12-09 23:12:41 -05:00
ns4 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
ns5 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
clean.sh verify that auto-dnssec maintain generates and signs NSEC3 records with DNAME at the apex 2018-12-09 23:12:41 -05:00
setup.sh Call clean.sh from all relevant setup.sh scripts 2019-02-28 12:39:06 +01:00
tests.sh Make "autosign" system test work with BusyBox awk 2019-07-30 21:25:46 +02:00