summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-15 14:09:07 -0700
committerCarl Worth <cworth@cworth.org>2010-04-15 14:13:12 -0700
commitd49eef0a3fa2fa23764d563eb74cf529f0b20934 (patch)
tree93cc88ed3ae9de6d24a0ca10a7c66347a510e609
parent9c0ae2e73e9cf705411ec26bf999a172d4e126bf (diff)
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.
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 74509bc..b08d331 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=""