From d48a2d01efa863d5589da42cf7d6c042fde2fd08 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_regorus.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_regorus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/install_regorus.sh b/tests/install_regorus.sh index b2897ac03b..af4b1ac299 100755 --- a/tests/install_regorus.sh +++ b/tests/install_regorus.sh @@ -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()