summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-10-30 03:59:10 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-10-30 09:26:00 +0100
commit59ab79a73d030a49bfdffd85897b6b30a2b132c5 (patch)
tree41c9d6872fe48658abfb090185cb5d241e6663c6
parentman: Add documentation for AssertCredential= (#25178) (diff)
downloadsystemd-59ab79a73d030a49bfdffd85897b6b30a2b132c5.tar.xz
systemd-59ab79a73d030a49bfdffd85897b6b30a2b132c5.zip
test: support non-summer time
Follow-up for 759ed0a2533da8840dea315d07f92e6bb0272cdd.
-rwxr-xr-xtest/units/testsuite-45.sh2
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'