From ed5d7f4cf0436285a51c655e8f25f5e0ad087315 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sun, 1 Oct 2023 13:50:07 +0100 Subject: [PATCH] Unit-tests: Update shellcheck to version 0.9.0 Dependency, completed: - Upload new shellcheck binary to Openvpn/easyrsa-unit-tests repository. Signed-off-by: Richard T Bonhomme --- op-test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/op-test.sh b/op-test.sh index e680ba2f3..7f6cada9a 100644 --- a/op-test.sh +++ b/op-test.sh @@ -420,7 +420,10 @@ help_verb="-vv" sc_file='shellcheck' unset -v sc_bin sc_bin_ok # v 0.8.0 -sc_hash='SHA256(shellcheck)= f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651' +#sc_hash='SHA256(shellcheck)= f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651' + +# v 0.9.0 +sc_hash='SHA256(shellcheck)= 7087178d54de6652b404c306233264463cb9e7a9afeb259bb663cc4dbfd64149' ssl_file='openssl' unset -v ssl_bin ssl_bin_ok