"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > Junio C Hamano <gitster@xxxxxxxxx> wrote: >> "Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: >> >> > +test_expect_success 'clone http repository' ' >> > + GIT_CURL_VERBOSE=1 git clone $HTTPD_URL/git/repo.git clone 2>err && >> > + test_cmp file clone/file && >> > + egrep "^([<>]|Pragma|Accept|Content-|Transfer-)" err | >> > + egrep -v "^< (Server|Expires|Date|Content-Length:|Transfer-Encoding: chunked)" | >> > + sed -e " >> > + s/ >> > // >> > + s/^Content-Length: .*$/Content-Length: xxxx/ >> > + " >act && >> >> This chomped line is so unlike you---what happened? > > I was getting different Content-Lengths on different runs of the > test. I don't know why. Here the Content-Length is of the gzip'd > request, it shouldn't be varying with each run, but it seemed to be. What I meant was the patch corruption. I couldn't tell what you were trying to filter with the first substitution you are giving to sed. -- 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