Closed eserte closed 6 years ago
I was able to reproduce the problem also in a debian:buster system (where also a newer git is installed (2.19.0)). The Dockerfile:
# docker build -t perl-test . && docker run perl-test
FROM debian:buster
RUN apt-get -y update
RUN apt-get -y install perl-modules
RUN apt-get -y install make
RUN apt-get -y install git
# Speed up dependency installation
RUN apt-get -y install libemail-sender-perl libemail-simple-perl libgit-repository-perl libgit-repository-plugin-log-perl libio-interactive-perl liblist-moreutils-perl libpath-tiny-perl libtext-glob-perl liburi-perl libmodule-build-perl
CMD cpan -t GNUSTAVO/Git-Hooks-2.9.6.tar.gz
# test case for https://github.com/gnustavo/Git-Hooks/issues/56
Thanks!
I just released version 2.9.7 which should fix this problem.
On my freebsd 11 smokers the test suite fails:
Statistical analysis suggests that this is failing for newer git versions (2.18.0 and 2.19.0):