Thread (1 message) 1 message, 1 author, 2016-06-15

Re: no-xmailer tests fail under Mac OS

From: Jeff King <hidden>
Date: 2016-06-15 23:03:13

On Fri, Dec 05, 2014 at 11:07:37PM -0800, Michael Blume wrote:
quoted
Ah, right, we might be looking for 0 sometimes. The right way to do it
without destroying the &&-chaining is:

  { grep ^X-Mailer: out || true } &&
  test_line_count = $expected mailer
Hmm, it doesn't look like that helper is &&-chained though? So it
seems like we could just do without the &&
You're right, but that is IMHO a bug. We would not notice if send-email
or format-patch barfed, and we are expecting to find no X-Mailer (we
wouldn't, but for the wrong reason).

It should also be using test_config in the last two tests.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help