t3032: limit sed branch labels to 8 characters
commitbc2d159421bb017edc7b8b8d6d5544e1c83073e4
authorBrandon Casey <drafnel@gmail.com>
Thu, 6 Jan 2011 00:30:03 +0000 (5 18:30 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Jan 2011 20:34:52 +0000 (6 12:34 -0800)
treeecc586299d0898dd5d3f79f40470565e5db6bd47
parented40ec551d4517323c6a46aa555b83cc7651ddbc
t3032: limit sed branch labels to 8 characters

POSIX leaves as unspecified the handling of labels greater than 8
characters.  Apparently, Sun decided to treat them as errors.  Make sed on
Solaris happy by trimming the length of labels to 8 characters.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3032-merge-recursive-options.sh