]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-time-util: restore relaxation of check is special timezones
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 19 Mar 2026 11:39:17 +0000 (12:39 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 19 Mar 2026 14:36:22 +0000 (14:36 +0000)
commitbcb65f4b57bdf80618a5b022857a5b7d8a63751f
tree7b72b2cb80db28904125ce04a914e8b771c1ae1c
parent2f447269245f8bc207fc67a39789495279c4f30d
test-time-util: restore relaxation of check is special timezones

Fixup for 514fa9d39ae9935ef1e014a3dd48dd5856007df2. We are now getting
failures in CI i386 builds in Fedora rawhide:
  TZ=Europe/Lisbon, tzname[0]=WET, tzname[1]=WEST
  @212545617716594 → Sun 1976-09-26 00:26:57 WET → @212542017000000 → Sun 1976-09-26 00:26:57 CET
  src/test/test-time-util.c:450: Assertion failed: Expected "ignore" to be true

Restore the conditionalization for CAT, EAT, WET that was removed
in the refactoring.
src/test/test-time-util.c