From: Michal Sojka Date: Mon, 26 Apr 2010 10:12:13 +0000 (+0200) Subject: test: Comment why we need to set TZ X-Git-Tag: 0.3~61 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=969f1c46213e0cca6be28ffd066f80fa8353d5c9 test: Comment why we need to set TZ --- diff --git a/test/notmuch-test b/test/notmuch-test index 70823447..dc413f70 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 ()