Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / execdir-hier.exp
1 # tests for -execdir ... \+
2 # Specifically, ensure that output for separate directoires is not mixed.
3 if { [ safe_path ] } {
4     exec rm -rf tmp
5     exec mkdir tmp tmp/two
6     find_start p { tmp -execdir echo \{\} \+ }
7     exec rm -rf tmp
8 }