]> git.notmuchmail.org Git - notmuch/commitdiff
test: Comment why we need to set TZ
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 26 Apr 2010 10:12:13 +0000 (12:12 +0200)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Apr 2010 15:05:57 +0000 (08:05 -0700)
test/notmuch-test

index 708234470f2f5628c6e04da3a6b66012a4e6a235..dc413f701f5fcd6d85659cd9809cb934fd2e360f 100755 (executable)
@@ -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 ()