mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
test: Comment why we need to set TZ
This commit is contained in:
parent
a9bf967e71
commit
969f1c4621
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
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
|
export TZ=UTC+8
|
||||||
|
|
||||||
find_notmuch_binary ()
|
find_notmuch_binary ()
|
||||||
|
|
Loading…
Reference in a new issue