(root)/
findutils-4.9.0/
find/
testsuite/
find.posix/
sv-bug-19617.exp
# tests for Savannah bug 19617 (Inability of ftsfind to detect nonexistent command line args)
exec rm -rf  tmp
exec mkdir tmp
find_start f {-P tmp/nosuchfile -print}
find_start f {-H tmp/nosuchfile -print}
find_start f {-L tmp/nosuchfile -print}
exec rm -rf tmp