run-tests: make compatible with new shellcheck version

This commit is contained in:
Erik Arvstedt 2023-07-08 15:33:03 +02:00
parent 76dc7b92e1
commit e31cc686f2
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -320,7 +320,7 @@ if [[ $# -gt 0 && $1 != -* ]]; then
if [[ $command == eval ]]; then
command=evalTest
fi
: ${scenario:=default}
: "${scenario:=default}"
elif [[ $scenario ]]; then
command=buildTest
else