summaryrefslogtreecommitdiff
path: root/find/testsuite/find.posix/and.exp
blob: ac1d6228fc37c01ec438ac229cb46c8d19bab5d6 (plain)
1
2
3
4
5
# tests for -name
exec rm -rf tmp
exec mkdir tmp tmp/fred tmp/jim
find_start p {tmp -name fred -a -print}
exec rm -rf tmp