From e31cc686f2f0cac360f2c5894538f66969453c4e Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sat, 8 Jul 2023 15:33:03 +0200 Subject: [PATCH] run-tests: make compatible with new shellcheck version --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 778d3aa..d26c111 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -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