Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.gnu / execdir-one.exp
blob53f2e002c80e9cf659d8683d2b629e0d372a407e
1 # tests for -name
2 if { [ safe_path ] } {
3 exec rm -rf tmp
4 exec mkdir tmp tmp/fred tmp/jim
5 find_start p {tmp -name fred -execdir echo \{\} \; }
6 exec rm -rf tmp