diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-04-02 10:30:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-02 10:32:19 +0200 |
commit | 28faaacee287b019bcf2961da3bf2f91d331bcbd (patch) | |
tree | 978b3ae16dfc5aaf7b176d20889f955ddad0492f /tests | |
parent | cbc0f131c2e3089c70ac2e8daf5228a42ebe7e30 (diff) |
test1148: set a fixed locale for the test
...as otherwise it might use a different decimal sign.
Bug: #2436
Reported-by: Oumph on github
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1148 | 4 |
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> # |