]> 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:42:10 +0000 (10:42 +0100)
commit54a877ef47adb6a10faaf6b54e3051d8bd95d522
treeed180fa152770ee1ec7fcf205213a0625c60a5e4
parent3a78f58c55d5abe3324c78910776f75a38fe61f2
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.

(cherry picked from commit ba35a6df9cf4d18d1ccbfdf7a6130a48e5eef2b7)
bin/tests/system/testcrypto.sh