mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
test557: explicitly use the C locale so the numeric output is as expected
This commit is contained in:
parent
bbc81c46e8
commit
832b0105f2
@ -15,6 +15,10 @@ unittest
|
|||||||
<server>
|
<server>
|
||||||
none
|
none
|
||||||
</server>
|
</server>
|
||||||
|
<setenv>
|
||||||
|
LC_ALL=
|
||||||
|
LC_NUMERIC=C
|
||||||
|
</setenv>
|
||||||
# tool is what to use instead of 'curl'
|
# tool is what to use instead of 'curl'
|
||||||
<tool>
|
<tool>
|
||||||
lib557
|
lib557
|
||||||
|
Loading…
x
Reference in New Issue
Block a user