From: Manuel RĂ¼ger Date: Mon, 25 Apr 2016 21:52:30 +0000 (+0200) Subject: app-crypt/letsencrypt: Fix test call X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957;p=gentoo.git app-crypt/letsencrypt: Fix test call Package-Manager: portage-2.2.28 --- diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild index 0ef00d4fa434..f3ae0c665937 100644 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild +++ b/app-crypt/letsencrypt/letsencrypt-9999.ebuild @@ -42,5 +42,5 @@ DEPEND="test? ( ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - nosetests -w ${PN}/tests || die + nosetests certbot || die }