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