# temporary workaround for not having the locale set in build chroots
# (is fixed upstream in devtools, but must update all build slaves first,
# otherwise the whole Perl rebuild fails!)
eval "$(
  declare -f check | \
    sed '
      s/make test/LC_ALL=C LANGUAGE=C make test/
    '
)"