From 045e2a93191c2532537559a57a95dc2dd9651ddd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 23 Feb 2023 10:40:37 -0300 Subject: opt/tests/assert-running-service.sh: Unset LC_ALL --- opt/tests/assert-running-service.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'opt') 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." { -- cgit v1.2.3