Hi Paul, On 2015-05-18 15:39, Paul Tan wrote: > diff --git a/t/t5524-pull-msg.sh b/t/t5524-pull-msg.sh > index 8cccecc..eebb8c9 100755 > --- a/t/t5524-pull-msg.sh > +++ b/t/t5524-pull-msg.sh > @@ -17,6 +17,9 @@ test_expect_success setup ' > git commit -m "add bfile" > ) && > test_tick && test_tick && > + echo "second" >afile && > + git add afile && > + git commit -m "second commit" && > echo "original $dollar" >afile && > git add afile && I completely forgot to send a mail last time where I wanted to mention the test_commit function. I *think* that above invocation is equivalent to test_commit "second commit" afile second with the additional benefit that `test_tick` is called automatically. Maybe you want to use that more concise function call? Ciao, Dscho -- 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