]> 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 10:14:29 +0000 (12:14 +0200)
commitbb1c6bbdc701cdbadfe7c796acf8b5ecd719f1b9
treee1e4bb94acb78eec5abdf1333367fe189f9509bc
parent01b293b055263eb1cc76b64968efd554fb4e0b42
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.
bin/tests/system/testcrypto.sh [changed mode: 0644->0755]