X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dc1f54e0b883f7deec844b7acd87d5c9ad9b306d..9ea2daf5e74e3ff03043cfa6fb68033aea0da52a:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 5cfc1584..17ea5e6a 100755 --- a/test/runtest +++ b/test/runtest @@ -12,6 +12,13 @@ export MH=$MH_TEST_DIR/Mail/.mh_profile export PATH=$MH_TEST_DIR/bin:$PATH export MH_TEST_COMMON=$PWD/common.sh +#### Some tests use mhshow to display headers. It relies on mhl's +#### default mhl.headers, which runs the date through the pretty +#### function. That displays the date with the user's current +#### timezone. All of the tests expect GMT, so fool them into using +#### that. +export TZ=GMT + [ -d $MH_TEST_DIR ] || ./setup-test # clean old test data