summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/xtype-symlink.exp
blob: d66a5c06880683ed3534f0c26874406b0c257c6e (plain)
1
2
3
4
5
6
exec rm -rf tmp
exec mkdir tmp
exec touch tmp/file
exec ln -s file tmp/LINK
find_start p {tmp/LINK  -xtype f }
exec rm -rf tmp