repo.or.cz
/
findutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git]
/
find
/
testsuite
/
find.posix
/
size-invalid.exp
blob
4989438d6d64949d7641e906588e9afa55daf959
1
# test
for
diagnosis of the fact that the
argument
to
-
size is invalid
2
exec rm
-
rf tmp
3
exec touch tmp
4
foreach size
{
w b c k m G
"" +-1 +-1G 1.2k } {
5
find_start f
" tmp -size $size "
6
}
7
exec rm
-
rf tmp