fix "make check" on raspbian

unset LC_ALL in test/, thanks ewelot
This commit is contained in:
John Cupitt 2021-05-09 15:49:44 +01:00
parent 7391418d09
commit 53255419d7
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ vipsheader=$top_srcdir/tools/vipsheader
# we need bc to use '.' for a decimal separator
export LC_NUMERIC=C
# raspbian sets this too, annoyingly
unset LC_ALL
# test for file format supported
test_supported() {
format=$1