diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-22 20:46:05 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-22 20:46:28 +0200 |
commit | 1831b5f932074c8afa4228c7a88f40bd35a3dd66 (patch) | |
tree | e9110462ec818b7d1e76ca8522e609decf63e667 /app-emacs | |
parent | net-libs/gnome-online-accounts: Version bump to 3.40.0 (diff) | |
download | gentoo-1831b5f932074c8afa4228c7a88f40bd35a3dd66.tar.gz gentoo-1831b5f932074c8afa4228c7a88f40bd35a3dd66.tar.bz2 gentoo-1831b5f932074c8afa4228c7a88f40bd35a3dd66.zip |
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@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/dash/dash-2.18.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-emacs/dash/dash-2.18.1.ebuild b/app-emacs/dash/dash-2.18.1.ebuild index ed34f1c9dc12..b35047c56b1b 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 -} |