From 017b037c4786af26d63c62598dc67661ddc991ec Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 9 Jun 2018 09:51:04 +0200 Subject: [PATCH] - 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 -- 2.44.0