From d49eef0a3fa2fa23764d563eb74cf529f0b20934 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 15 Apr 2010 14:09:07 -0700 Subject: [PATCH] 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. --- test/notmuch-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.43.0