commit | d8b69ecb4c467c044c08e0435bb22ade16ea580f | [log] [tgz] |
---|---|---|
author | Brandon Casey <casey@nrlssc.navy.mil> | Wed May 06 13:29:16 2009 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 06 11:50:44 2009 -0700 |
tree | 5997d061b177661c19b9147c296763db2ca534fe | |
parent | 325fb151047d668133cd456e78953f1b1aa09114 [diff] |
t/annotate-tests.sh: avoid passing a non-newline terminated file to sed Some versions of sed exit non-zero if the file they are supplied is not newline terminated. Solaris's /usr/xpg4/bin/sed is one such sed. So rework this test to avoid doing so. This affects tests t8001-annotate.sh and t8002-blame.sh. Signed-off-by: Junio C Hamano <gitster@pobox.com>