Ramsay Jones wrote: > --- a/t/t0081-line-buffer.sh > +++ b/t/t0081-line-buffer.sh > @@ -25,8 +25,7 @@ generate_tens_of_lines () { > do > echo "$line" > done && > - : $((i = $i + 1)) || > - return > + i=$(($i + 1)) > done This test is a mess. Could you try the patch from the tip of git://repo.or.cz/git/jrn.git svn-fe which just gets rid of it instead? Thanks for a reminder. -- 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