diff options
author | EuAndreh <eu@euandre.org> | 2023-02-23 10:40:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-23 10:40:37 -0300 |
commit | 045e2a93191c2532537559a57a95dc2dd9651ddd (patch) | |
tree | 86b0196b9eb3282fd02f6af3024e2a14c9d6b6e6 /opt | |
parent | bin/aux: Add semi-working utility (diff) | |
download | dotfiles-045e2a93191c2532537559a57a95dc2dd9651ddd.tar.gz dotfiles-045e2a93191c2532537559a57a95dc2dd9651ddd.tar.xz |
opt/tests/assert-running-service.sh: Unset LC_ALL
Diffstat (limited to 'opt')
-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." { |