Jani Nikula <jani@nikula.org> writes: > +output=$(notmuch reply id:abc123@example.org) > +notmuch reply id:abc123@example.com > +test_expect_equal "$output" "From: Notmuch Test Suite <test_suite@notmuchmail.org> > +Subject: Re: wowsers! > +To: Alice <alice@example.org>, Daniel Kahn Gillmor <dkg@fifthhorseman.net> > +Cc: Bob <bob@example.org>, Charles <charles@example.org> > +In-Reply-To: <abc123@example.org> > +References: <abc123@example.org> > + > +On Thu, 16 Jun 2016 22:14:41 -0400, Alice <alice@example.org> wrote: > +> Note the Cc: and cc: headers." I'm not sure it's rational, but I think I prefer files rather than variables/strings for this kind of test.