From f58fcfe08816d3abc5e7400fc40978e8a2a60829 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 tests_common.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/integration/kubernetes/tests_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/kubernetes/tests_common.sh b/tests/integration/kubernetes/tests_common.sh index 418cfb96f6..d5577fa8d2 100644 --- a/tests/integration/kubernetes/tests_common.sh +++ b/tests/integration/kubernetes/tests_common.sh @@ -36,6 +36,7 @@ export KUBECONFIG="${KUBECONFIG:-${HOME}/.kube/config}" K8S_TEST_DIR="${kubernetes_dir:-"${BATS_TEST_DIRNAME}"}" +# shellcheck source=/dev/null source "${K8S_TEST_DIR}/../../gha-run-k8s-common.sh" AUTO_GENERATE_POLICY="${AUTO_GENERATE_POLICY:-}"