]> git.ipfire.org Git - thirdparty/bind9.git/commit
Support testcrypto.sh usage without including conf.sh
authorTom Krizek <tkrizek@isc.org>
Tue, 25 Oct 2022 12:05:07 +0000 (14:05 +0200)
committerTom Krizek <tkrizek@isc.org>
Thu, 27 Oct 2022 11:24:52 +0000 (13:24 +0200)
commit2843d32d000ecd28ea035280440d10b6c878d525
tree581398320513f8e29ff852b432e9a55d449c93ef
parent798f9690435b8899b7e29d9f914b8656cbe69a01
Support testcrypto.sh usage without including conf.sh

The only variable really needed for the script to work is the path to
the $KEYGEN binary. Allow setting this via an environment variable to
avoid loading conf.sh (and causing a chicken-egg problem). Also make
testcrypto.sh executable to allow its use from conf.sh.

(cherry picked from commit bb1c6bbdc701cdbadfe7c796acf8b5ecd719f1b9)
bin/tests/system/testcrypto.sh [changed mode: 0644->0755]