test_e2e.sh: disable SC2120 for 'caller' function

This commit is contained in:
Raúl Benencia 2024-06-24 13:10:20 -07:00
parent ef2d2175e4
commit 4a24317be8
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
# shellcheck disable=SC2120
function caller() {
local stack_skip=${1:-0}
stack_skip=$((stack_skip + 1))