]> git.ipfire.org Git - thirdparty/bind9.git/commit
Re-enable enginepkcs11 system test
authorTom Krizek <tkrizek@isc.org>
Mon, 26 Feb 2024 17:08:23 +0000 (18:08 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 21 Mar 2024 15:25:00 +0000 (16:25 +0100)
commit3712a219cb5095e13efdac19cd80e33f5b46355b
treee0b5a0da11dc32b552676a16ed254c21f771d288
parentda39dffd083a0705c7093af3a9a75aef7b684723
Re-enable enginepkcs11 system test

The condition in prereq.sh which attempts to match two string uses
integer equality operation. This results in an error, causing the
enginepkcs11 test to always be skipped. Use = operator for the string
comparison instead.
bin/tests/system/enginepkcs11/prereq.sh