diff options
Diffstat (limited to 'tests/blogc-git-receiver/check_post_receive.sh')
-rwxr-xr-x | tests/blogc-git-receiver/check_post_receive.sh | 2 |
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}" ]] |