From: Yu Watanabe Date: Sun, 30 Oct 2022 02:59:10 +0000 (+0900) Subject: test: support non-summer time X-Git-Tag: v252~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59ab79a73d030a49bfdffd85897b6b30a2b132c5;p=thirdparty%2Fsystemd.git test: support non-summer time Follow-up for 759ed0a2533da8840dea315d07f92e6bb0272cdd. --- diff --git a/test/units/testsuite-45.sh b/test/units/testsuite-45.sh index 322d8086e75..24e888c5879 100755 --- a/test/units/testsuite-45.sh +++ b/test/units/testsuite-45.sh @@ -39,7 +39,7 @@ test_timezone() { if [[ -f /etc/timezone ]]; then assert_eq "$(cat /etc/timezone)" "Europe/Kiev" fi - assert_in "Time zone: Europe/Kiev \(EEST, \+0[0-9]00\)" "$(timedatectl)" + assert_in "Time zone: Europe/Kiev \(EES*T, \+0[0-9]00\)" "$(timedatectl)" if [[ -n "$ORIG_TZ" ]]; then echo 'reset timezone to original'