aboutsummaryrefslogtreecommitdiff
path: root/opt
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-23 10:40:37 -0300
committerEuAndreh <eu@euandre.org>2023-02-23 10:40:37 -0300
commit045e2a93191c2532537559a57a95dc2dd9651ddd (patch)
tree86b0196b9eb3282fd02f6af3024e2a14c9d6b6e6 /opt
parentbin/aux: Add semi-working utility (diff)
downloaddotfiles-045e2a93191c2532537559a57a95dc2dd9651ddd.tar.gz
dotfiles-045e2a93191c2532537559a57a95dc2dd9651ddd.tar.xz
opt/tests/assert-running-service.sh: Unset LC_ALL
Diffstat (limited to 'opt')
-rwxr-xr-xopt/tests/assert-running-service.sh1
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." {