commit: 1831b5f932074c8afa4228c7a88f40bd35a3dd66 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 22 18:46:05 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Apr 22 18:46:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1831b5f9
app-emacs/dash: Fix test failure Closes: https://bugs.gentoo.org/785094 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/dash/dash-2.18.1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-emacs/dash/dash-2.18.1.ebuild b/app-emacs/dash/dash-2.18.1.ebuild index ed34f1c9dc1..b35047c56b1 100644 --- a/app-emacs/dash/dash-2.18.1.ebuild +++ b/app-emacs/dash/dash-2.18.1.ebuild @@ -19,7 +19,3 @@ S="${WORKDIR}/${PN}.el-${PV}" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="dash.texi" DOCS="README.md" - -src_test() { - ./run-tests.sh || die -}
