mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01: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
 | 
					# 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user