cvsimport
[findutils.git] / find / testsuite / find.posix / prune.exp
blob10c1bb0196ca679bb1dbe5e0f9128a401194eef9
1 # tests for -name
2 exec rm -rf tmp
3 exec mkdir tmp tmp/fred tmp/jim tmp/jim/1 tmp/shiela
4 find_start p {tmp -name jim -prune -o -print }
5 #exec rm -rf tmp