declare t variable in set_skip_tests()

This commit is contained in:
Dirk Wetter 2020-04-22 17:19:36 +02:00
parent 32eab3ead9
commit 07c06e0f94

View File

@ -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