]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: Comment why we need to set TZ
[notmuch] / 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 ()