Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / group-missing.exp
blobc3e2735dada24b31d6532ec925b81bea7655b839
1 # test for diagnosis of the fact that the argument to -group is missing
2 exec rm -rf tmp
3 exec touch tmp
4 find_start f { tmp -group }
5 exec rm -rf tmp