(root)/
findutils-4.9.0/
find/
testsuite/
find.posix/
size-missing.exp
# test for diagnosis of the fact that the argument to -size is missing
exec rm -rf tmp
exec touch tmp
find_start f { tmp -size }
exec rm -rf tmp