Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / find / testsuite / find.gnu / sv-bug-18222.exp
1 # Test for Savannah bug #18222
2 #
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" }