commit 017b037c4786af26d63c62598dc67661ddc991ec
Author: Jakub Bogusz <[email protected]>
Date:   Sat Jun 9 09:51:04 2018 +0200

    - avoid installing FromCPAN modules during tests

 git-core.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/git-core.spec b/git-core.spec
index b92f2d5..6467a91 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -486,7 +486,8 @@ GIT_SKIP_TESTS=t5570
 GIT_SKIP_TESTS="$GIT_SKIP_TESTS t91??"
 %endif
 export GIT_SKIP_TESTS
-%{__make} test
+%{__make} test \
+       NO_PERL_CPAN_FALLBACKS=1
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/017b037c4786af26d63c62598dc67661ddc991ec

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to