Hi, > diff --git a/t/t4202-log.sh b/t/t4202-log.sh > index 2e51356..bd05bc9 100755 > --- a/t/t4202-log.sh > +++ b/t/t4202-log.sh > @@ -37,6 +37,12 @@ test_expect_success setup ' > > ' > > +test_expect_success 'exit code' ' > + > + git log > + test_cmp $? 0 > +' > + Er, I meant test $? = 0. -- Ram -- 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