diff --git a/Meta/lint-shell-scripts.sh b/Meta/lint-shell-scripts.sh index 26495c2696..efc5263735 100755 --- a/Meta/lint-shell-scripts.sh +++ b/Meta/lint-shell-scripts.sh @@ -18,6 +18,7 @@ done < <(git ls-files -- \ '*.sh' \ ':!:Toolchain' \ ':!:Ports' \ + ':!:Shell/Tests' \ ) if (( ${#ERRORS[@]} )); then