diff --git a/test.sh b/test.sh index cf0265a..93f1f79 100755 --- a/test.sh +++ b/test.sh @@ -4,7 +4,7 @@ set -uo pipefail declare -i FAILED=0 declare -i SUCCEDED=0 -declare -i TODTODO=0 +declare -i TODO=0 declare -i RAN=0 NAME="" EXTRAENV=""