diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 30013f4a..fcf4530c 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -86,7 +86,7 @@
Added a new options --preserve-modtime and --no-preserve-modtime to specify whether or not output files should copy the timestamp and permissions from their input files. The default is --preserve-modtime as in previous versions. (SF #1805428).
The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality. (SF #1805946)
Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF #1840124).
- Fix bug with fractional seconds on some locales (SF #1858012).
+ Fix bug with fractional seconds on some locales (SF #1815517, SF #1858012).
diff --git a/test/test_flac.sh b/test/test_flac.sh
index 0a69a432..1f863488 100755
--- a/test/test_flac.sh
+++ b/test/test_flac.sh
@@ -17,6 +17,9 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
+# we use '.' as decimal separator in --skip/--until tests
+export LANG=C LC_ALL=C
+
die ()
{
echo $* 1>&2