# patch CARCH to i686 in tests (for them to work)
eval "$(
  declare -f check | \
    sed '
      s/$CARCH/i686/g
    '
)"