You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments