From 18c54060e41c199993b16ded985336bb7b51a704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 21 Apr 2026 12:32:07 +0200 Subject: [PATCH] tests: Fix shellcheck issues in install_opa.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix shellcheck warnings and notes identified by running shellcheck --severity=style. Signed-off-by: Fabiano FidĂȘncio --- tests/install_opa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/install_opa.sh b/tests/install_opa.sh index 9684789e1d..c4e450cfef 100755 --- a/tests/install_opa.sh +++ b/tests/install_opa.sh @@ -9,6 +9,7 @@ set -eou pipefail [[ -n "${DEBUG:-}" ]] && set -o xtrace test_dir=$(realpath "$(dirname "${BASH_SOURCE[0]}")") +# shellcheck source=/dev/null source "${test_dir}/common.bash" install_opa()