summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@vercel.com>2023-03-30 12:53:17 +0100
committerEdward Thomson <ethomson@vercel.com>2023-03-30 12:53:17 +0100
commit183ca018859995b1f2ed980d9e46aaf149891e1b (patch)
tree116be75335f093b259e519c64c8d8cab3886aa32
parent5b61b773ab967c1cc108cc87f1ea61f676482f6b (diff)
downloadlibgit2-ethomson/keepalive.tar.gz
fixup! ci: run the no-keep-alive testsethomson/keepalive
-rwxr-xr-xci/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test.sh b/ci/test.sh
index bb1f6edaf..a74b7b1b2 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -271,7 +271,7 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
export GITTEST_REMOTE_REDIRECT_INITIAL="http://localhost:9000/initial-redirect/libgit2/TestGitRepository"
export GITTEST_REMOTE_REDIRECT_SUBSEQUENT="http://localhost:9000/subsequent-redirect/libgit2/TestGitRepository"
- export GITTEST_REMOTE_NOKEEPALIVE="http://localhost:9000/no-keep-alive/libgit2/TestGitRepository"
+ export GITTEST_REMOTE_NOKEEPALIVE="http://localhost:9000/no-keep-alive/test.git"
run_test online
unset GITTEST_REMOTE_NOKEEPALIVE
unset GITTEST_REMOTE_REDIRECT_INITIAL