Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: [snip] > diff --git a/t/t4016-diff-quote.sh b/t/t4016-diff-quote.sh > index 10e2db3..ab0c2f0 100755 > --- a/t/t4016-diff-quote.sh > +++ b/t/t4016-diff-quote.sh > @@ -14 +14 @@ P2='pathname with SP' > -if P3='pathname > +P3='pathname > @@ -16 +16 @@ with LF' > -: 2>/dev/null >"$P1" && test -f "$P1" && rm -f "$P1" > +if : 2>/dev/null >"$P1" && test -f "$P1" && rm -f "$P1" Assuming this was from a git invocation, it seems that 'diff' could just show line 15 instead of '@@ -16, +16 @@' above. - Hari -- 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