From 3596833a7d574d181ede1542236b13258b725a9d Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Thu, 14 Jul 2022 12:26:28 +0300 Subject: [PATCH] Remove LC_ALL=C from podman tests (#452) Ansible requires en_US.UTF-8 from 2.14 version. Signed-off-by: Sagi Shnaidman --- tests/integration/targets/connection_podman/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/connection_podman/runme.sh b/tests/integration/targets/connection_podman/runme.sh index eda49cf..598794e 100755 --- a/tests/integration/targets/connection_podman/runme.sh +++ b/tests/integration/targets/connection_podman/runme.sh @@ -14,7 +14,7 @@ function run_ansible { } run_ansible "$@" -LC_ALL=C LANG=C run_ansible "$@" +LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 run_ansible "$@" ANSIBLE_VERBOSITY=4 ANSIBLE_REMOTE_TMP="/tmp" ANSIBLE_REMOTE_USER="1000" run_ansible "$@" | tee check_log ${SUDO:-} grep -q "Using podman connection from collection" check_log ${SUDO:-} rm -f check_log