Here are 4 patches that I have been using to work around the issue that sed on Solaris exits non-zero if it's input is not newline terminated. The first two patches are signed-off-on and I think can be applied to git.git. The last two are kludges which Junio may not want to apply and maybe someone has a better work around for. Brandon Casey (4): t4118: add missing '&&' t4118: avoid sed invocation on file without terminating newline t/annotate-tests.sh: avoid passing a non-newline terminated file to sed t4200: avoid passing a non-newline terminated file to sed t/annotate-tests.sh | 5 ++++- t/t4118-apply-empty-context.sh | 4 ++-- t/t4200-rerere.sh | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html