]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix get key id from key_idpad
authorMatthijs Mekking <matthijs@isc.org>
Mon, 9 Dec 2019 13:54:04 +0000 (14:54 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 9 Dec 2019 13:54:04 +0000 (14:54 +0100)
commit2e7cb4978fd91bfb27d85ffe3922d030e7655615
tree612df62f3876513669b620e00f5ac1290cd684b0
parent910a7a56bcffba8ed106c0f555fb7dec0abc88d0
Fix get key id from key_idpad

The kasp system test has a call to sed to retrieve the key identifier
without leading zeros.  The sed call could not handle key id 0.
Update the kasp test to also correctly deal with this case.
bin/tests/system/kasp/tests.sh