diff --git a/spec/test_app/test_suite.sh b/spec/test_app/test_suite.sh index e64807d..77e46ff 100755 --- a/spec/test_app/test_suite.sh +++ b/spec/test_app/test_suite.sh @@ -2,5 +2,4 @@ cd $(dirname $0) -find scripts -type f -executable -exec '{}' \; - +find scripts -type f -perm -111 -exec bash '{}' \;