1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

test557: explicitly use the C locale so the numeric output is as expected

This commit is contained in:
Dan Fandrich 2017-02-25 12:03:46 +01:00
parent bbc81c46e8
commit 832b0105f2

View File

@ -15,6 +15,10 @@ unittest
<server>
none
</server>
<setenv>
LC_ALL=
LC_NUMERIC=C
</setenv>
# tool is what to use instead of 'curl'
<tool>
lib557