debian: new upstream point release
[git/debian.git] / contrib / credential / netrc / t-git-credential-netrc.sh
blobbf2777308a56b6f233553196821ab2750e269e8d
1 #!/bin/sh
3 cd ../../../t
4 test_description='git-credential-netrc'
5 . ./test-lib.sh
6 . "$TEST_DIRECTORY"/lib-perl.sh
8 skip_all_if_no_Test_More
10 # set up test repository
12 test_expect_success \
13 'set up test repository' \
14 'git config --add gpg.program test.git-config-gpg'
16 export PERL5LIB="$GITPERLLIB"
17 test_expect_success 'git-credential-netrc' '
18 perl "$GIT_BUILD_DIR"/contrib/credential/netrc/test.pl
21 test_done