diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-05-04 18:03:03 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-05-04 18:17:08 +0200 |
commit | 7cb1e1ee0136b3e37b1b234342c64f2fc181a6b2 (patch) | |
tree | 1dd13c777e000626f40595ad25246749760feac3 /tests/data/test557 | |
parent | ff108521589639e63caa5a589bb8ee80dea1eac6 (diff) | |
download | curl-7cb1e1ee0136b3e37b1b234342c64f2fc181a6b2.tar.gz |
test557: set a known good numeric locale
Windows does not allow setting the locale with environment variables (as
the test attempted to do), so the test failed when run with a user
locale that has a comma as radixchar. Changed the test to call
setlocale() explicitly to ensure that a known working locale is set even
on Windows.
Diffstat (limited to 'tests/data/test557')
-rw-r--r-- | tests/data/test557 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/data/test557 b/tests/data/test557 index 123bbeade..ad9350f6e 100644 --- a/tests/data/test557 +++ b/tests/data/test557 @@ -15,10 +15,6 @@ unittest <server> none </server> -<setenv> -LC_ALL= -LC_NUMERIC=C -</setenv> # tool is what to use instead of 'curl' <tool> lib557 |