Added test case for Savannah bug #19605
[findutils.git] / find / testsuite / find.posix / sv-bug-19605.exp
blob2976f1f2c835be099b3bb7ca7b403ea8e335dc2d
1 # tests for Savannah bug 19605 (Inability of ftsfind to detect sym;link loop)
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec ln -s a tmp/b
5 exec ln -s b tmp/a
6 find_start f {-L tmp -false -print}
7 #exec rm -rf tmp