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