* some more timezone fixes for the unit tests

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-21 00:58:40 +03:00
parent 651493d47e
commit f0833ca315
4 changed files with 26 additions and 17 deletions

View File

@ -338,21 +338,6 @@ test_mu_query_wildcards (void)
}
static const char*
set_tz (const char* tz)
{
static const char* oldtz;
oldtz = getenv ("TZ");
if (tz)
setenv ("TZ", tz, 1);
else
unsetenv ("TZ");
tzset ();
return oldtz;
}
static void
test_mu_query_dates_helsinki (void)