test: Use an older date for the generated messages.

Using a date in the current year makes the test suite fragile since
the search output will include a date of "January 05" for now, but
will start doing "2010-01-05" in the future.
This commit is contained in:
Carl Worth 2010-04-15 14:09:07 -07:00
parent 9c0ae2e73e
commit d49eef0a3f

View file

@ -110,7 +110,7 @@ generate_message ()
fi
if [ -z "${template[date]}" ]; then
template[date]="Tue, 05 Jan 2010 15:43:57 -0800"
template[date]="Tue, 05 Jan 2001 15:43:57 -0800"
fi
additional_headers=""