aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/blogc-git-receiver/check_post_receive.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/blogc-git-receiver/check_post_receive.sh b/tests/blogc-git-receiver/check_post_receive.sh
index 78b566e..954787b 100755
--- a/tests/blogc-git-receiver/check_post_receive.sh
+++ b/tests/blogc-git-receiver/check_post_receive.sh
@@ -2,6 +2,8 @@
set -xe -o pipefail
+export LC_ALL=C
+
TEMP="$(mktemp -d)"
[[ -n "${TEMP}" ]]