test_e2e.sh: disable SC2120 for 'caller' function

This commit is contained in:
Raúl Benencia 2024-06-24 13:10:20 -07:00 committed by Tim Hockin
parent c97fb8ac36
commit c8089abf31
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))