From: Luis Marsano Date: Wed, 13 Jun 2018 03:10:38 +0000 (-0400) Subject: git-credential-netrc: use in-tree Git.pm for tests X-Git-Tag: v2.19.0-rc0~170^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/04f673d7e47ba8aa413a47038abfc76b16d6c23b?hp=04f673d7e47ba8aa413a47038abfc76b16d6c23b git-credential-netrc: use in-tree Git.pm for tests The netrc test.pl script calls git-credential-netrc which imports the Git module. Pass GITPERLLIB to git-credential-netrc via PERL5LIB to ensure the in-tree Git module is used for testing. Signed-off-by: Luis Marsano Signed-off-by: Junio C Hamano ---