Two instances of referenced but not assigned variables ('req' instead of 'ret'). In testssl.sh line 4130: if [[ $req -eq 0 ]]; then ^-- SC2154: req is referenced but not assigned. Found by ShellCheck.