Johan Herland wrote: > diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh [...] > +cat > expect-m-and-F << EOF > +commit 15023535574ded8b1a89052b32673f84cf9582b8 > +Author: A U Thor <author@xxxxxxxxxxx> > +Date: Thu Apr 7 15:16:13 2005 -0700 > + > + 4th > + > +Notes: > + spam > + > + xyzzy > + > + foo There's significant trailing whitespace here (in the lines between spam, xyzzy and foo) that initially broke the test for me because I use apply.whitespace=fix. Can you guard the whitespace if it is really important, with something like sed 's/#$//' > expect <<EOF whitespace: # EOF Thanks! -- Thomas Rast trast@{inf,student}.ethz.ch -- 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