Removed unnecessary test code which created a insecure temporary file.
[findutils.git] / find / testsuite / find.gnu / deletedir.exp
blob0d849d9e66c6da86cb492091e1c6845f7bf2b36e
1 global FTSFIND
2 global FINDFLAGS
3 exec rm -rf tmp
4 exec mkdir tmp tmp/top 
5 proc createdir {} {
6     exec mkdir tmp/top/dir
8 find_start p {tmp -path tmp/top/dir -delete -print} "" "" createdir
9 exec rm -rf tmp