Removed unnecessary test code which created a insecure temporary file.
[findutils.git] / find / testsuite / find.gnu / xtype-symlink.exp
blobd66a5c06880683ed3534f0c26874406b0c257c6e
1 exec rm -rf tmp
2 exec mkdir tmp
3 exec touch tmp/file
4 exec ln -s file tmp/LINK
5 find_start p {tmp/LINK  -xtype f }
6 exec rm -rf tmp