From 8b14aa02d356ccbe4f9fd3ab9131908fcc4a2aec Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jul 2023 06:06:48 -0300 Subject: opt/tests/assert-running-service.sh: Adapt string check --- opt/tests/assert-running-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opt') diff --git a/opt/tests/assert-running-service.sh b/opt/tests/assert-running-service.sh index d58233f..c4c5851 100755 --- a/opt/tests/assert-running-service.sh +++ b/opt/tests/assert-running-service.sh @@ -11,7 +11,7 @@ mcron unset LC_ALL for s in $SERVICES; do LANG=en_US.UTF-8 herd status "$s" | - awk -vs="$s" 'NR == 2 && $3 != "started." { + awk -vs="$s" 'NR == 2 && $3 != "running" { printf "Home Shepherd service \"%s\" is not running.\n", s exit 1 }' -- cgit v1.2.3