diff options
Diffstat (limited to 'opt/tests/assert-running-service.sh')
-rwxr-xr-x | opt/tests/assert-running-service.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opt/tests/assert-running-service.sh b/opt/tests/assert-running-service.sh index f4ac6b7..d58233f 100755 --- a/opt/tests/assert-running-service.sh +++ b/opt/tests/assert-running-service.sh @@ -8,6 +8,7 @@ dunst mcron ' +unset LC_ALL for s in $SERVICES; do LANG=en_US.UTF-8 herd status "$s" | awk -vs="$s" 'NR == 2 && $3 != "started." { |