mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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
|
fi
|
||||||
|
|
||||||
if [ -z "${template[date]}" ]; then
|
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
|
fi
|
||||||
|
|
||||||
additional_headers=""
|
additional_headers=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue