mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
declare t variable in set_skip_tests()
This commit is contained in:
parent
32eab3ead9
commit
07c06e0f94
@ -20879,6 +20879,8 @@ debug_globals() {
|
|||||||
# It achieves that by setting the do_<variables> according to the global array $SKIP_TESTS
|
# It achieves that by setting the do_<variables> according to the global array $SKIP_TESTS
|
||||||
#
|
#
|
||||||
set_skip_tests() {
|
set_skip_tests() {
|
||||||
|
local t
|
||||||
|
|
||||||
for t in ${SKIP_TESTS[@]} ; do
|
for t in ${SKIP_TESTS[@]} ; do
|
||||||
t="do_${t}"
|
t="do_${t}"
|
||||||
# declare won't do it here --> local scope
|
# declare won't do it here --> local scope
|
||||||
|
Loading…
Reference in New Issue
Block a user