aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xopt/tests/assert-running-service.sh2
1 files changed, 1 insertions, 1 deletions
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
}'