Skip to content

Commit 933b04c

Browse files
committed
ci: update to poxygit v0.6.0
v0.6.0 of poxygit add support for throttling connections to test timeouts and low-bandwidth situations.
1 parent 11c89c3 commit 933b04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
171171
fi
172172
173173
if [ -z "$SKIP_NTLM_TESTS" -o -z "$SKIP_ONLINE_TESTS" ]; then
174-
curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.5.1/poxygit-0.5.1.jar >poxygit.jar
174+
curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.6.0/poxygit-0.6.0.jar >poxygit.jar
175175
176176
echo "Starting HTTP server..."
177177
HTTP_DIR=`mktemp -d ${TMPDIR}/http.XXXXXXXX`

0 commit comments

Comments
 (0)