mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-02-01 14:19:00 +01:00
-execdir based tests if . is on /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/X11R6/bin:/usr/local/bin:/home/james/bin:/usr/X11R6/bin:/usr/local/bin:/home/james/bin:.. Fixes Savannah bug 19634
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
# tests for -execdir ... \+
|
|
# Specifically, ensure that output for separate directoires is not mixed.
|
|
if { [ safe_path ] } {
|
|
exec rm -rf tmp
|
|
exec mkdir tmp tmp/two
|
|
find_start p { tmp -execdir echo \{\} \+ }
|
|
exec rm -rf tmp
|
|
}
|