From: Luis Marsano Date: Sat, 12 May 2018 09:17:27 +0000 (-0400) Subject: git-credential-netrc: adapt to test framework for git X-Git-Tag: v2.18.0-rc0~14^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f07eeed123b8880b1723b1ea9d6d6f41cfb34532?ds=inline;hp=f07eeed123b8880b1723b1ea9d6d6f41cfb34532 git-credential-netrc: adapt to test framework for git 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 Acked-by: Ted Zlatanov Signed-off-by: Junio C Hamano ---