projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b2338
)
dev-perl/File-BaseDir: Prevent XDG_CONFIG_HOME breaking tests bug #624028
author
Kent Fredric
<kentnl@gentoo.org>
Sat, 21 Oct 2017 05:52:25 +0000
(18:52 +1300)
committer
Kent Fredric
<kentnl@gentoo.org>
Sat, 21 Oct 2017 05:52:44 +0000
(18:52 +1300)
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
patch
|
blob
|
history
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 ff8512f89fe9be2bff88bad15f575def36035818..7480e4134b1b9e9dafe5cce2fa24e2fb6ce426fd 100644
(file)
--- 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
}