sys-apps/fd: use eclass provided src_test()
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 8 Jan 2019 22:57:55 +0000 (14:57 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 8 Jan 2019 23:40:26 +0000 (15:40 -0800)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-apps/fd/fd-7.2.0.ebuild

index 7ce934fcd359a8ba3a13714a605207f59366b6ea..a425dae0a6fe85a9fb4cb9f817fcf56546d97658 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -89,7 +89,3 @@ src_install() {
        dodoc README.md
        doman doc/*.1
 }
-
-src_test() {
-       cargo test -j $(makeopts_jobs) $(usex debug "" --release) -v || die "tests failed"
-}