Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.posix / sv-bug-19617.exp
blobfc4caca84e69cf067efd77b8c245a9e040e42247
1 # tests for Savannah bug 19617 (Inability of ftsfind to detect nonexistent command line args)
2 exec rm -rf tmp
3 exec mkdir tmp
4 find_start f {-P tmp/nosuchfile -print}
5 find_start f {-H tmp/nosuchfile -print}
6 find_start f {-L tmp/nosuchfile -print}
7 exec rm -rf tmp