On Fri, Feb 29, 2008 at 03:15:32PM -0800, Junio C Hamano wrote: > >> > test_expect_success 'refuse to merge binary files' ' > >> > printf "\0" > binary-file && > >> > git add binary-file && > >> > >> Should this perhaps just be: > >> > >> test_expect_success 'reset state' 'git reset --hard' > > > > Is it really about testing git reset ? > > No, it is about setting the stage to perform the test in > question, so it belongs inside. That sounds reasonable to me. -Peff -- 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