Fix t5510-fetch's use of sed
commit6016e35bc18e801a7bd855b1581da6c7fd755470
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Mar 2007 22:59:16 +0000 (12 18:59 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Mar 2007 00:37:30 +0000 (12 17:37 -0700)
treea1a2ea5167594995a7651362556670942459ab80
parent9dc09c766463333ca51311a2db86fd67f4fec19b
Fix t5510-fetch's use of sed

POSIX says sed may add a trailing LF if there isn't already
one there.  We shouldn't rely on it not adding that LF, as
some systems (Mac OS X for example) will add it.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t5510-fetch.sh