summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-38.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:23:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:23:16 +0000
commit2ac0841d6fcb577cb485140d70f5b5355a45b85a (patch)
treef7ed0c18149279bfa3f52a1fe5e4aa64d897ce07 /test/units/testsuite-38.sh
parentReleasing progress-linux version 252.25-1~deb12u1~progress6.99u1. (diff)
downloadsystemd-2ac0841d6fcb577cb485140d70f5b5355a45b85a.tar.xz
systemd-2ac0841d6fcb577cb485140d70f5b5355a45b85a.zip
Merging upstream version 252.26.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/units/testsuite-38.sh')
-rwxr-xr-xtest/units/testsuite-38.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-38.sh b/test/units/testsuite-38.sh
index c5f9bcc..35c4f1c 100755
--- a/test/units/testsuite-38.sh
+++ b/test/units/testsuite-38.sh
@@ -91,7 +91,7 @@ check_freezer_state() {
# Ignore the intermediate freezing & thawing states in case we check
# the unit state too quickly
- [[ "$state" =~ ^(freezing|thawing)$ ]] || break
+ [[ "$state" =~ ^(freezing|thawing) ]] || break
sleep .5
done