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
/
xtype-symlink.exp
blob
d66a5c06880683ed3534f0c26874406b0c257c6e
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