Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_suite: Use the portable find -perm -111 to find executables.
find -executable is only available on GNU. find -perm -111 finds all executable files by their mode (although it won't find executable files in access control lists on Linux, which isn't a problem in this case)
- Loading branch information