Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / sv-bug-12181.exp
blob8f1d339ba48605329e9f93b81ef7038333bdb8a3
1 # tests for Savannah bug 12181 (find -H symlink should work)
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec ln -s tmp link
5 find_start p { -H link}
6 exec rm -rf tmp link