mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
9c0ae2e73e
commit
d49eef0a3f
1 changed files with 1 additions and 1 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue