Commit 832b0105 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent bbc81c46
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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