[PATCH] fix null TZ problems on os/x
authorBrad Roberts <braddr@puremagic.com>
Sat, 13 Aug 2005 10:22:46 +0000 (03:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 14 Aug 2005 01:28:54 +0000 (18:28 -0700)
commite54c5ea93e0785dfd37fd9201797977a02ca0ddb
tree44b07cd9209b0d75d6c3a84e66608fc489be7cf3
parent31f584c242e7af28018ff920b6c8d1952beadbd4
[PATCH] fix null TZ problems on os/x

It seems that the localtime() libc routine doesn't care for finding a TZ
that's empty.  It's ok with TZ not being set.  Setting the TZ to GMT allowed
these tests to pass.

$ uname -v
Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC

Signed-off-by: Brad Roberts <braddr@puremagic.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t1100-commit-tree-options.sh
t/t5000-tar-tree.sh