diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-10-21 18:31:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-10-21 21:37:33 +0200 |
commit | aa077884c13769ae3bd6aa98978b4ac9e64b5365 (patch) | |
tree | 9daeb677896815a33c34095b3362cafe1ecf6015 /test/test-functions | |
parent | Merge pull request #34628 from DaanDeMeyer/measure (diff) | |
download | systemd-aa077884c13769ae3bd6aa98978b4ac9e64b5365.tar.xz systemd-aa077884c13769ae3bd6aa98978b4ac9e64b5365.zip |
test: CET/EET are deprecated, use Europe/Berlin and Kyiv
The links moved to the legacy dataset so they won't be available by
default, so stop using them and just use the city ones instead
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-functions b/test/test-functions index 8a4cc55626..c64c511935 100644 --- a/test/test-functions +++ b/test/test-functions @@ -2258,8 +2258,6 @@ install_zoneinfo() { inst_any /usr/share/zoneinfo/Europe/Kyiv inst_any /usr/share/zoneinfo/Pacific/Auckland inst_any /usr/share/zoneinfo/Pacific/Honolulu - inst_any /usr/share/zoneinfo/CET - inst_any /usr/share/zoneinfo/EET inst_any /usr/share/zoneinfo/UTC } |