commit:     1476c135ae813f7269a536504f3c40d8a6a794ad
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 05:52:25 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 05:52:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1476c135

dev-perl/File-BaseDir: Prevent XDG_CONFIG_HOME breaking tests bug #624028

Closes: https://bugs.gentoo.org/624028
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild 
b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
index ff8512f89fe..7480e4134b1 100644
--- a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
@@ -30,5 +30,7 @@ DEPEND="${RDEPEND}
 DIST_TEST="do" # https://rt.cpan.org/Ticket/Display.html?id=119256
 src_test() {
        perl_rm_files t/05_pod_cover.t t/04_pod_ok.t
+       # https://bugs.gentoo.org/624028
+       unset XDG_CONFIG_HOME
        perl-module_src_test
 }

Reply via email to