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()