Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.gnu / sv-bug-18222.exp
blobf317448421a66f094fcfd11bb15fa97bfc9b21b0
1 # Test for Savannah bug #18222
3 # That bug was a case were the expansion of %H is truncated if the name
4 # of the second start point is longer than that of the first.
5 exec rm -rf tmp
6 exec mkdir tmp
7 exec touch tmp/short tmp/longer
8 find_start p { tmp/short tmp/longer -printf "%H\n" }