(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
perm.exp
# tests for -perm -0100 (-perm with -)
exec rm -rf tmp
exec mkdir tmp
exec touch tmp/fred
exec chmod 444 tmp/fred
find_start p {tmp -perm -0100}
exec rm -rf tmp