mail-client/mutt-2.4.1: disable tests

The tests aren't really testing the code, just developer's aid.

Closes: https://bugs.gentoo.org/978743
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2026-07-05 18:48:47 +02:00
parent 2cf5ebcf25
commit e04ae7f7d8

View File

@@ -203,6 +203,13 @@ src_configure() {
econf "${myconf[@]}"
}
src_test() {
# the only tests run by Mutt are source-code checks: security
# pattens, tabs and shellchecks -- none test the actual product
# bug 978743
:
}
src_install() {
emake DESTDIR="${D}" install
insinto /etc/${PN}