repo.or.cz
/
findutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Removed unnecessary test code which created a insecure temporary file.
[findutils.git]
/
find
/
testsuite
/
find.gnu
/
deletedir.exp
blob
0d849d9e66c6da86cb492091e1c6845f7bf2b36e
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
7
}
8
find_start p {tmp -path tmp/top/dir -delete -print} "" "" createdir
9
exec rm -rf tmp