mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
test1148: set a fixed locale for the test
...as otherwise it might use a different decimal sign. Bug: #2436 Reported-by: Oumph on github
This commit is contained in:
parent
cbc0f131c2
commit
28faaacee2
@ -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>
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user