diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-10-30 03:59:10 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-10-30 09:26:00 +0100 |
commit | 59ab79a73d030a49bfdffd85897b6b30a2b132c5 (patch) | |
tree | 41c9d6872fe48658abfb090185cb5d241e6663c6 | |
parent | man: Add documentation for AssertCredential= (#25178) (diff) | |
download | systemd-59ab79a73d030a49bfdffd85897b6b30a2b132c5.tar.xz systemd-59ab79a73d030a49bfdffd85897b6b30a2b132c5.zip |
test: support non-summer time
Follow-up for 759ed0a2533da8840dea315d07f92e6bb0272cdd.
-rwxr-xr-x | test/units/testsuite-45.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-45.sh b/test/units/testsuite-45.sh index 322d8086e7..24e888c587 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' |