Luis Marsano [off-list ref] writes:
until this change, git-credential-netrc did not test in a repository
this change reuses the main test framework, which provides such tests
specific changes
Sorry, but I cannot quite parse what the above is trying to say.
- switch to Test::More module
- use File::Basename & File::Spec::Functions
Signed-off-by: Luis Marsano <redacted>
Acked-by: Ted Zlatanov <redacted>
---
contrib/credential/netrc/Makefile | 4 +-
.../netrc/t-git-credential-netrc.sh | 31 ++++++++
contrib/credential/netrc/test.pl | 73 ++++++++++++-------
3 files changed, 78 insertions(+), 30 deletions(-)
create mode 100755 contrib/credential/netrc/t-git-credential-netrc.sh
Will queue, but may need to make the log message
readable/understandable.
Thanks.