]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make "autosign" system test work with BusyBox awk
authorMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:08:40 +0000 (21:08 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:25:18 +0000 (21:25 +0200)
commitad008f7dbfe1861d8b67cd223b30c8d602991f22
tree01c600d390f3bf04d62f1c9da2cdc56406c450d4
parent3384455659a7d64d7dae86038b317c7a835aafca
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.
bin/tests/system/autosign/tests.sh