On Mon, Nov 9, 2009 at 10:10 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote: > Some versions of libcurl report their output when GIT_CURL_VERBOSE > is set differently than other versions do. At least one variant > (version unknown but likely pre-7.18.1) reports the POST payload to > stderr, and omits the blank line after each HTTP request/response. Yes, my curl is 7.15.5. > @@ -56,6 +52,8 @@ test_expect_success 'clone http repository' ' > sed -e " > s/Q\$// > /^[*] /d > + /^$/d > + /^< $/d > > /^[^><]/{ > s/^/> / > @@ -64,6 +62,8 @@ test_expect_success 'clone http repository' ' > /^> User-Agent: /d > /^> Host: /d > s/^> Content-Length: .*/> Content-Length: xxx/ > + /^00..want /d > + /^00.*done/d Almost. This still needs a '> ' before both of the 00 additions. Changing this and applying 3/3 makes the test pass for me. Tested-with-modifications-by: Tarmigan <tarmigan+git@xxxxxxxxx> -- 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