5fc298
From 1e034561de36b0eda6356b15b5433bf8571d4067 Mon Sep 17 00:00:00 2001
5fc298
From: Yu Watanabe <watanabe.yu+github@gmail.com>
5fc298
Date: Sun, 30 Oct 2022 11:59:10 +0900
5fc298
Subject: [PATCH] test: support non-summer time
5fc298
5fc298
Follow-up for 759ed0a2533da8840dea315d07f92e6bb0272cdd.
5fc298
5fc298
(cherry picked from commit 59ab79a73d030a49bfdffd85897b6b30a2b132c5)
5fc298
5fc298
Related: #2155516
5fc298
---
5fc298
 test/units/testsuite-45.sh | 2 +-
5fc298
 1 file changed, 1 insertion(+), 1 deletion(-)
5fc298
5fc298
diff --git a/test/units/testsuite-45.sh b/test/units/testsuite-45.sh
5fc298
index 75e07bc09a..38017a43ea 100755
5fc298
--- a/test/units/testsuite-45.sh
5fc298
+++ b/test/units/testsuite-45.sh
5fc298
@@ -39,7 +39,7 @@ test_timezone() {
5fc298
     if [[ -f /etc/timezone ]]; then
5fc298
         assert_eq "$(cat /etc/timezone)" "Europe/Kiev"
5fc298
     fi
5fc298
-    assert_in "Time zone: Europe/Kiev \(EEST, \+0[0-9]00\)" "$(timedatectl)"
5fc298
+    assert_in "Time zone: Europe/Kiev \(EES*T, \+0[0-9]00\)" "$(timedatectl)"
5fc298
 
5fc298
     if [[ -n "$ORIG_TZ" ]]; then
5fc298
         echo 'reset timezone to original'