tests: Fix shellcheck issues in install_opa.sh

Fix shellcheck warnings and notes identified by running
shellcheck --severity=style.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
Fabiano Fidêncio
2026-04-21 12:32:07 +02:00
parent 84ca61f1b7
commit 18c54060e4

View File

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