]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: support non-summer time
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 30 Oct 2022 02:59:10 +0000 (11:59 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 30 Oct 2022 08:26:00 +0000 (08:26 +0000)
Follow-up for 759ed0a2533da8840dea315d07f92e6bb0272cdd.

test/units/testsuite-45.sh

index 322d8086e75701d3db6d672a3e00d2a6d7d47cf9..24e888c587923f8590dabc1fe6b0560958b5d1c6 100755 (executable)
@@ -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'