]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t5540-http-push.sh
Merge branch 'jc/maint-1.6.0-diff-borrow-carefully'
[git.git] / t / t5540-http-push.sh
index 10e5fd0d5a5c38eaa102d88e607f2585e1157526..c46592f03de2adfbb04f81ad2167e33a161d6d1b 100755 (executable)
@@ -11,6 +11,7 @@ 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
@@ -20,13 +21,7 @@ then
 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" &&