]> 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, 22 Dec 2022 14:17:41 +0000 (15:17 +0100)
commit4d744302596577a97ca25ccc8a8291b9ad77677a
tree559e5a6b0507deefc51f4b4c05903ff5bad20ae1
parent28815949f80bd566420de8fd63dacc3475ee1fe6
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]