(root)/
findutils-4.9.0/
find/
testsuite/
find.posix/
sv-bug-12181.exp
# tests for Savannah bug 12181 (find -H symlink should work)
exec rm -rf tmp
exec mkdir tmp
exec ln -s tmp link
find_start p { -H link}
exec rm -rf tmp link