t5551: Remove header from curl cookie file
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Mon, 5 Aug 2013 15:59:24 +0000 (11:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 18:02:53 +0000 (11:02 -0700)
The URL included in the header appears to vary from curl version to
curl version. Since we only care about the final few lines, only test
them. However, make sure the blank line after the header is still
included to make sure there are no extra cookie lines.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found