media-plugins/vdr-fritzbox: remove non-functional tests

Closes: https://bugs.gentoo.org/934764
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37255
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Martin Dummer
2024-06-23 15:11:16 +02:00
committed by Conrad Kostecki
parent f2cd6dbe1d
commit 7144fc5fbe

View File

@@ -51,6 +51,9 @@ src_prepare() {
# upstream author forgot to update version information
sed -e "s:1.5.3:1.5.4:" -i fritzbox.cpp || die
# remove non-functional tests, #934764
rm -rf ./test/ ./lib*/test/ || die
}
pkg_postinst() {