Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / lname.exp
1 # tests for -lname
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec touch tmp/one
5 exec ln -s one tmp/two
6 find_start p {tmp -lname one -print}
7 exec rm -rf tmp