From a482caa79b586809296a2746fdae2abf205e835d Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sat, 9 Apr 2022 22:00:03 +0100 Subject: [PATCH] Unit test - Temporarily disable shellcheck Signed-off-by: Richard T Bonhomme --- op-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op-test.sh b/op-test.sh index 6f15c70fe..f012f0077 100644 --- a/op-test.sh +++ b/op-test.sh @@ -19,6 +19,8 @@ done github_url='https://raw.githubusercontent.com' +# disable 'shellcheck' in favour of 'openssl3' +unset -v enable_shellcheck if [ "$enable_shellcheck" ]; then if [ -e "shellcheck" ] && [ "$EASYRSA_NIX" ]; then