X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5540-http-push.sh;h=5fe479e1c2362ba05d059805d412b605aa7a83aa;hb=3ba4f3a9fc68ba4c5a0064107e8993c5fc5b684f;hp=10e5fd0d5a5c38eaa102d88e607f2585e1157526;hpb=0122cf6611f0963a7aa72592da18013c3584557e;p=git.git diff --git a/t/t5540-http-push.sh b/t/t5540-http-push.sh index 10e5fd0d5..5fe479e1c 100755 --- a/t/t5540-http-push.sh +++ b/t/t5540-http-push.sh @@ -11,22 +11,16 @@ This test runs various sanity checks on http-push.' ROOT_PATH="$PWD" LIB_HTTPD_DAV=t +LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5540'} if git http-push > /dev/null 2>&1 || [ $? -eq 128 ] then say "skipping test, USE_CURL_MULTI is not defined" test_done - exit fi . "$TEST_DIRECTORY"/lib-httpd.sh - -if ! start_httpd >&3 2>&4 -then - say "skipping test, web server setup failed" - test_done - exit -fi +start_httpd test_expect_success 'setup remote repository' ' cd "$ROOT_PATH" &&