mirror of
https://github.com/curl/curl.git
synced 2026-08-14 20:43:41 +03:00
test557: explicitly use the C locale so the numeric output is as expected
This commit is contained in:
parent
bbc81c46e8
commit
832b0105f2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue