Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / and.exp
blobac1d6228fc37c01ec438ac229cb46c8d19bab5d6
1 # tests for -name
2 exec rm -rf tmp
3 exec mkdir tmp tmp/fred tmp/jim
4 find_start p {tmp -name fred -a -print}
5 exec rm -rf tmp