Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.posix / sv-bug-25359.exp
1 # Test for Savannah bug 25359
2 # (ftsfind -H thinks that non-argument symlinks are files)
3 # Affecting findutils
4 # from acb82fe44369c108b43ec3e805aa94bf28352d0a
5 # to   0b1acd3358466b02f32baf9423665113dc933492
6 exec rm -rf  tmp
7 exec mkdir tmp
8 exec ln -s / tmp/symlink
9 find_start p {-H tmp -type l -print}
10 exec rm -rf tmp