dev-libs/md4c: fix running tests

Closes: https://bugs.gentoo.org/974202
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-05 19:00:50 +01:00
parent 17b1181c5c
commit f035389678

View File

@@ -44,7 +44,6 @@ src_configure() {
src_test() {
pushd "${BUILD_DIR}" || die
# Uses python internally
"${S}"/scripts/run-tests.sh || die
"${EPYTHON}" "${S}"/scripts/run-tests.py || die
popd
}