Make t8001-annotate and t8002-blame more portable
authorDennis Stosberg <dennis@stosberg.net>
Sun, 18 Jun 2006 20:33:21 +0000 (22:33 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Jun 2006 20:58:20 +0000 (13:58 -0700)
These two tests assume that "sed" will not modify the final line of a
stream if it does not end with a newline character. The assumption is
not true at least for FreeBSD and Solaris 9. FreeBSD's "sed" appends
a newline character; "sed" in Solaris 9 even removes the incomplete
final line. This patch makes the test use perl instead.

Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found