summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-04-02 10:30:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-04-02 10:32:19 +0200
commit28faaacee287b019bcf2961da3bf2f91d331bcbd (patch)
tree978b3ae16dfc5aaf7b176d20889f955ddad0492f
parentcbc0f131c2e3089c70ac2e8daf5228a42ebe7e30 (diff)
downloadcurl-28faaacee287b019bcf2961da3bf2f91d331bcbd.tar.gz
test1148: set a fixed locale for the test
...as otherwise it might use a different decimal sign. Bug: #2436 Reported-by: Oumph on github
-rw-r--r--tests/data/test11484
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test1148 b/tests/data/test1148
index 52f6c7eb1..aab0847d0 100644
--- a/tests/data/test1148
+++ b/tests/data/test1148
@@ -37,6 +37,10 @@ progress-bar
<command>
http://%HOSTIP:%HTTPPORT/1148 -# --stderr log/stderrlog1148
</command>
+<setenv>
+LC_ALL=
+LC_NUMERIC=en_US.UTF-8
+</setenv>
</client>
#