mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-26 18:43:06 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user