We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Alpine runs ash, which is a minimal shell with POSIX compatibility.
ash
As we don't have Perl installed in Alpine by default, just create a fake /bin/perl and ignore some Perl-related tests with --skip.
/bin/perl
--skip
cd clitest-repo docker run -v "$PWD":/app alpine ash -c \ 'echo exit 0 > /bin/perl; chmod +x /bin/perl; cd /app && ./clitest --skip 119,131,140 test.md'