f07eeed123
git-credential-netrc tests did not run in a test repository. Reuse the main test framework to stage a temporary repository. To imitate Perl tests under t/ - switch to Test::More module - use File::Basename & File::Spec::Functions Signed-off-by: Luis Marsano <luis.marsano@gmail.com> Acked-by: Ted Zlatanov <tzz@lifelogs.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 lines
84 B
Makefile
6 lines
84 B
Makefile
test:
|
|
./t-git-credential-netrc.sh
|
|
|
|
testverbose:
|
|
./t-git-credential-netrc.sh -d -v
|