Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / files-not-expressions2.exp
blobda611247f91a9d97318233bfce26cf3d995dd191
1 set files "!2"
3 foreach file $files { touch $file }
5 # shoud not result in a fatal error.
6 find_start p { !2 }
8 foreach file $files { file delete -- $file }