From 7bd31a717172715c70e24c4c239e01e2dd19e405 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 3 Jun 2021 21:49:43 +0200 Subject: [PATCH] app-text/epubgrep: Remove obsolete src_test(). It works now with the default definition. --- app-text/epubgrep/epubgrep-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-text/epubgrep/epubgrep-9999.ebuild b/app-text/epubgrep/epubgrep-9999.ebuild index 026ad31..9493e7a 100644 --- a/app-text/epubgrep/epubgrep-9999.ebuild +++ b/app-text/epubgrep/epubgrep-9999.ebuild @@ -39,7 +39,3 @@ src_configure() { cmake_src_configure } - -src_test() { - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test -}