t9001: enhance fake sendmail test harness
commit6d34a2bad11f241e56423511d4a0d62a1f378668
authorJeff King <peff@peff.net>
Sun, 24 Feb 2008 21:03:52 +0000 (24 16:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2008 02:17:10 +0000 (24 18:17 -0800)
tree77046052717dd66ceb47e20486fc492add2cbb11
parenta2de3a17faed90c0a7d35e3f48470549b284c4ec
t9001: enhance fake sendmail test harness

Previously, the fake.sendmail test harness would write its
output to a hardcoded file, allowing only a single message
to be tested. Instead, let's have it save the messages for
all of its invocations so that we can see which messages
were sent, and in which order.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh