From: Daniel Stenberg Date: Mon, 2 Apr 2018 08:30:16 +0000 (+0200) Subject: test1148: set a fixed locale for the test X-Git-Tag: curl-7_60_0~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28faaacee287b019bcf2961da3bf2f91d331bcbd;p=thirdparty%2Fcurl.git test1148: set a fixed locale for the test ...as otherwise it might use a different decimal sign. Bug: #2436 Reported-by: Oumph on github --- diff --git a/tests/data/test1148 b/tests/data/test1148 index 52f6c7eb1d..aab0847d07 100644 --- a/tests/data/test1148 +++ b/tests/data/test1148 @@ -37,6 +37,10 @@ progress-bar http://%HOSTIP:%HTTPPORT/1148 -# --stderr log/stderrlog1148 + +LC_ALL= +LC_NUMERIC=en_US.UTF-8 + #