tests: Fix shellcheck issues in install_regorus.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 18c54060e4
commit d48a2d01ef

View File

@@ -7,6 +7,7 @@
[[ -n "${DEBUG}" ]] && set -o xtrace
test_dir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
# shellcheck source=/dev/null
source "${test_dir}/common.bash"
install_regorus_oras()