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