]> 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>
Tue, 1 Nov 2022 18:51:52 +0000 (19:51 +0100)
commitedd923e8ebe330c00b12563107d6bc3ca2a8af22
treec77cd2382c53eea403aa946fee5a3262a91ca648
parenta51b0ad31fc74dec01c800ec5ae0a324a065e57b
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]