]> 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:30:27 +0000 (11:30 +0200)
commit4f992ab35f5e0e5a5806eb52a15c8dcf8360b4ec
tree5fb567440f92c84401ed33de37da517613992d59
parentd9688b58c8385c289bc0f12713446b55f7d9751d
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.

(cherry picked from commit e4280ed9f561bc22e5c4f7817536d344598fcf3a)
bin/tests/system/dnssec/tests.sh