diff --git a/testssl.sh b/testssl.sh index 5990768..7358c34 100755 --- a/testssl.sh +++ b/testssl.sh @@ -20879,6 +20879,8 @@ debug_globals() { # It achieves that by setting the do_ according to the global array $SKIP_TESTS # set_skip_tests() { + local t + for t in ${SKIP_TESTS[@]} ; do t="do_${t}" # declare won't do it here --> local scope