Unit test - Temporarily disable shellcheck

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-09 22:00:03 +01:00
parent 538f3eada6
commit a482caa79b
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -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