`bash-completion` test fails on RISC-V
I tried to package mkinitcpio v37 on a RISC-V machine, but I got the following error message:
not ok 1 _detect_kver
# (in test file test/cases/bash-completion.bats, line 19)
# `assert_output "6.0.9-arch1-1"' failed
# 526+0 records in
# 526+0 records out
# 526 bytes copied, 0.00273703 s, 192 kB/s
# 512+0 records in
# 512+0 records out
# 512 bytes copied, 0.00282126 s, 181 kB/s
#
# -- output differs --
# expected : 6.0.9-arch1-1
# actual :
# --
#
This is because the version string in test/cases/bash-completion
doesn't match the pattern of grep in _detect_generic_kver
I'm not sure if this is a bug, or if this project doesn't currently support RISC-V.