Lea Wiemann <lewiemann@xxxxxxxxx> writes: > diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh > index 973aef7..542b4ae 100755 > --- a/t/t1006-cat-file.sh > +++ b/t/t1006-cat-file.sh > @@ -174,9 +174,27 @@ do > ... > +foobar84 missing" = \ > + "$(( echo foobar42; echo_without_newline foobar84; ) | git cat-file --batch-check)" I have a slight suspicion that some of the Bourne shell implementations we support may misinterpret $(( as beginning of arithmetic expansion, so perhaps we would want an extra SP between the open parens. Other than that, looked ok. -- 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