From 5175a8405f25baa653ea8307ea8cb57a8e08baaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20R=C3=BCger?= Date: Mon, 25 Apr 2016 23:58:06 +0200 Subject: [PATCH] app-crypt/letsencrypt-apache: Fix test call Package-Manager: portage-2.2.28 --- app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild index dcd0d070be9a..adbfe9e3c8f1 100644 --- a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild +++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild @@ -27,8 +27,8 @@ DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" -S=${WORKDIR}/${P}/${PN} +S=${WORKDIR}/${P}/certbot-apache python_test() { - nosetests -w ${PN/-/_}/tests || die + nosetests || die } -- 2.26.2