From: Stefan Metzmacher Date: Wed, 7 Mar 2018 10:19:54 +0000 (+0100) Subject: test_smbclient_s3.sh: force LANG=C during test_utimes() X-Git-Tag: talloc-2.1.12~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3056e24a4bee545b94847265ec8ab3b228ce5f89;p=thirdparty%2Fsamba.git test_smbclient_s3.sh: force LANG=C during test_utimes() This makes the test independent from the developers environment. Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh index db77eb12de9..03f7b276d91 100755 --- a/source3/script/tests/test_smbclient_s3.sh +++ b/source3/script/tests/test_smbclient_s3.sh @@ -1422,6 +1422,9 @@ test_utimes() saved_TZ="$TZ" TZ=UTC export TZ + saved_LANG="$LANG" + LANG=C + export LANG cat > $tmpfile <