Johannes Schindelin <johannes.schindelin@xxxxxx> writes: > +test_expect_success 'setup' ' > + > + git config pack.compression 0 && > + git config pack.depth 0 && > + blobsize=$((20*1024*1024)) > + blobcount=$((2*1024*1024*1024/$blobsize+1)) > + i=1 What happened to the && chain? -- 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