4 test_description='git-credential-netrc'
7 if ! test_have_prereq PERL; then
8 skip_all='skipping perl interface tests, perl not available'
12 perl -MTest::More -e 0 2>/dev/null || {
13 skip_all="Perl Test::More unavailable, skipping test"
17 # set up test repository
20 'set up test repository' \
21 'git config --add gpg.program test.git-config-gpg'
23 # The external test will outputs its own plan
24 test_external_has_tap=1
26 export PERL5LIB="$GITPERLLIB"
28 'git-credential-netrc' \
29 perl "$GIT_BUILD_DIR"/contrib/credential/netrc/test.pl