commit:     0683e20a4162d1b33812d4ee7d8d6448aa8a4468
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 24 16:19:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 24 16:19:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0683e20a

app-crypt/reop: fix typo in tests, still fails to compile

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-crypt/reop/reop-2.1.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index d6b1063..75f9643 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -18,8 +18,9 @@ src_compile() {
 }
 
 src_test() {
-       cd ./test || die
-       ./test.sh || die
+       cd ./tests || die
+       source test.sh || die
+       cd .. || die
 }
 src_install() {
        dobin reop

Reply via email to