]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the "dnssec" system test on Windows
authorMichał Kępień <michal@isc.org>
Fri, 19 Apr 2019 09:21:43 +0000 (11:21 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 19 Apr 2019 09:21:43 +0000 (11:21 +0200)
commite4280ed9f561bc22e5c4f7817536d344598fcf3a
tree194d83bd182be48343a78bc02832e86378981e6f
parent761ba4514f7eceab8019d71dc9cabd269d274597
Fix the "dnssec" system test on Windows

On Windows, the bin/tests/system/dnssec/signer/example.db.signed file
contains carriage return characters at the end of each line.  Remove
them before passing the aforementioned file to the awk script extracting
key IDs so that the latter can work properly.
bin/tests/system/dnssec/tests.sh