tests: Fix typo

This commit is contained in:
Timo Makinen 2022-10-29 19:09:11 +00:00
parent 78ac65b06a
commit 03ae0900a2

View file

@ -4,4 +4,4 @@ set -eu
cd "$(dirname "$0")" || exit 1 cd "$(dirname "$0")" || exit 1
find . -maxdepth 1 -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck - find . -maxdepth 1 -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck --