fix "make check" on raspbian
unset LC_ALL in test/, thanks ewelot
This commit is contained in:
parent
7391418d09
commit
53255419d7
@ -12,6 +12,9 @@ vipsheader=$top_srcdir/tools/vipsheader
|
|||||||
# we need bc to use '.' for a decimal separator
|
# we need bc to use '.' for a decimal separator
|
||||||
export LC_NUMERIC=C
|
export LC_NUMERIC=C
|
||||||
|
|
||||||
|
# raspbian sets this too, annoyingly
|
||||||
|
unset LC_ALL
|
||||||
|
|
||||||
# test for file format supported
|
# test for file format supported
|
||||||
test_supported() {
|
test_supported() {
|
||||||
format=$1
|
format=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user