projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9bf967
)
test: Comment why we need to set TZ
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Mon, 26 Apr 2010 10:12:13 +0000
(12:12 +0200)
committer
Carl Worth
<cworth@cworth.org>
Mon, 26 Apr 2010 15:05:57 +0000
(08:05 -0700)
test/notmuch-test
patch
|
blob
|
history
diff --git
a/test/notmuch-test
b/test/notmuch-test
index 708234470f2f5628c6e04da3a6b66012a4e6a235..dc413f701f5fcd6d85659cd9809cb934fd2e360f 100755
(executable)
--- 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 ()