summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Sojka <sojkam1@fel.cvut.cz>2010-04-26 12:12:13 +0200
committerCarl Worth <cworth@cworth.org>2010-04-26 08:05:57 -0700
commit969f1c46213e0cca6be28ffd066f80fa8353d5c9 (patch)
treeffe410ff4e440a41fc93834bc6689b7a80638ef0
parenta9bf967e71cca6eb220063ee50b94a7601bc2b96 (diff)
test: Comment why we need to set TZ
-rwxr-xr-xtest/notmuch-test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 7082344..dc413f7 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -1,6 +1,10 @@
#!/bin/bash
set -e
+# Messages contain time/date values with time zone and notmuch
+# displays them converted to the local time zone. We need to set fixed
+# timezone here so that the output of the tests is always the same
+# without regard to the time zone of where the test suite is run.
export TZ=UTC+8
find_notmuch_binary ()