mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 18:18:29 +02:00
declare t variable in set_skip_tests()
This commit is contained in:
@ -20879,6 +20879,8 @@ debug_globals() {
|
||||
# It achieves that by setting the do_<variables> 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
|
||||
|
Reference in New Issue
Block a user