autocheck.patch 376 B

1234567
  1. --- a/test/time_zone_lookup_test.cc
  2. +++ b/test/time_zone_lookup_test.cc
  3. @@ -1024,3 +1024,3 @@ TEST(MakeTime, LocalTimeLibC) {
  4. // 3) we have some idea about how mktime() behaves during transitions.
  5. -#if defined(__linux__) && !defined(__ANDROID__)
  6. +#if defined(__linux__) && !defined(__ANDROID__) && defined(CCTZ_TEST_LIBC_LOCALTIME)
  7. const char* const ep = getenv("TZ");