(root)/
findutils-4.9.0/
find/
testsuite/
find.posix/
posixnot.exp
# tests for !
exec rm -rf tmp
exec mkdir tmp tmp/fred tmp/jim
find_start p {tmp \! -name fred -print}
exec rm -rf tmp