]> git.ipfire.org Git - thirdparty/bind9.git/commit
Force quiet mode when using testcrypto.sh directly
authorTom Krizek <tkrizek@isc.org>
Mon, 7 Nov 2022 14:58:40 +0000 (15:58 +0100)
committerTom Krizek <tkrizek@isc.org>
Wed, 21 Dec 2022 09:09:47 +0000 (10:09 +0100)
commitba35a6df9cf4d18d1ccbfdf7a6130a48e5eef2b7
tree3ee0ab15167efa4db8d3a45cf34aff3f20dc4903
parent92bef0ab5634baf91faabaf4451685cf7001a04e
Force quiet mode when using testcrypto.sh directly

When testcrypto.sh is used as a standalone script, always use quiet mode
to avoid using undefined commands (such as echo_i) which require
inclusion of the entire conf.sh machinery.
bin/tests/system/testcrypto.sh