ci: use poxygit v0.5.1 The new version of our test git server adds redirect support. Upgrade to it.
diff --git a/ci/test.sh b/ci/test.sh
index 4d6c41f..e8c111d 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -102,7 +102,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
fi
if [ -z "$SKIP_NTLM_TESTS" ]; then
- curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.4.0/poxygit-0.4.0.jar >poxygit.jar
+ curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.5.1/poxygit-0.5.1.jar >poxygit.jar
echo ""
echo "Starting HTTP server..."