diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-21 18:52:25 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-21 18:52:44 +1300 |
commit | 1476c135ae813f7269a536504f3c40d8a6a794ad (patch) | |
tree | 41691e7d4db0ecf0a37d73af380315810ebbff99 /dev-perl/File-BaseDir | |
parent | dev-ruby/rspec-rails: Add rspec 3.7 (diff) | |
download | gentoo-1476c135ae813f7269a536504f3c40d8a6a794ad.tar.gz gentoo-1476c135ae813f7269a536504f3c40d8a6a794ad.tar.bz2 gentoo-1476c135ae813f7269a536504f3c40d8a6a794ad.zip |
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
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 ff8512f89fe9..7480e4134b1b 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 } |