Junio C Hamano wrote: > Jonathan Nieder <jrnieder@xxxxxxxxx> writes: >> --- a/t/t7600-merge.sh >> +++ b/t/t7600-merge.sh >> @@ -89,6 +89,7 @@ verify_parents () { >> i=$(expr $i + 1) || >> return 1 >> done && >> + test_must_fail git rev-parse --verify HEAD^$(($# + 1)) && > > Isn't $i at this point the same as that complex $(()) line noise? Yes, that sounds better. -- 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