dist-hook: Ensure that we distribute all the .po files and all the testsuite files
[findutils.git] / find / testsuite / find.gnu / execdir-root-only.exp
blobcb070a3848682481bd9075fa51cd73110cc214d7
1 # Bug report by Bas van Gompel:
2 #
3 # This appears to work well. However when the rootdir is passed,
4 # something looks fishy:
5 #
6 # find / -mindepth 0 -maxdepth 0 -execdir echo {} \;
7 # .//
8 #
9 # I also spotted, when `+' is used:
11 # find / -mindepth 0 -maxdepth 0 -execdir echo == {} +
12 # ==
13 # == .//
15 # (Notice the first line of output, which should not be there.)
18 # This test checks the second of these two cases.
19 find_start p { / -mindepth 0 -maxdepth 0 -execdir echo == "{}" + }