From: Carl Worth Date: Thu, 15 Apr 2010 21:09:07 +0000 (-0700) Subject: test: Use an older date for the generated messages. X-Git-Tag: 0.2~40 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d49eef0a3fa2fa23764d563eb74cf529f0b20934;hp=9c0ae2e73e9cf705411ec26bf999a172d4e126bf 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. --- diff --git a/test/notmuch-test b/test/notmuch-test index 74509bcf..b08d3316 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -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=""