Skip to content

Commit

Permalink
dev-perl/CryptX: Remove useless author tests
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
kentfredric committed Sep 7, 2016
1 parent ed14599 commit bd855c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-perl/CryptX/CryptX-0.25.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -25,3 +25,8 @@ DEPEND="${RDEPEND}
"

SRC_TEST="do parallel"

src_test() {
perl_rm_files t/003_all_pm_pod.t
perl-module_src_test
}

0 comments on commit bd855c2

Please sign in to comment.