diff --git a/test/linting/lint.sh b/test/linting/lint.sh index c7e6d235..b2071b30 100755 --- a/test/linting/lint.sh +++ b/test/linting/lint.sh @@ -99,7 +99,7 @@ function _shellcheck -not -path './target/docker-configomat/*' )" # shellcheck disable=SC2248 - F_BIN="$(find 'target/bin' -executable -type f)" + F_BIN="$(grep -l /bin/bash target/bin/*)" F_BATS="$(find 'test' -maxdepth 1 -type f -iname '*.bats')" # This command is a bit easier to grok as multi-line.