Hi, Junio C Hamano wrote: > Hint, hint... I've taken only a short look, and: $ GIT_TEST_HTTPD=1 ./t5540-http-push.sh * skipping test, web server setup failed * passed all 0 test(s) after the following change, it became: $ GIT_TEST_HTTPD=1 ./t5540-http-push.sh * ok 1: setup remote repository * ok 2: clone remote repository * still broken 3: push to remote repository * still broken 4: create and delete remote branch * still have 2 known breakage(s) * passed all remaining 2 test(s) Regards. --snip-- diff --git a/t/lib-httpd.sh b/t/lib-httpd.sh index dc473df..6ac312b 100644 --- a/t/lib-httpd.sh +++ b/t/lib-httpd.sh @@ -14,7 +14,7 @@ fi LIB_HTTPD_PATH=${LIB_HTTPD_PATH-'/usr/sbin/apache2'} LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'8111'} -TEST_PATH="$PWD"/../lib-httpd +TEST_PATH="$TEST_DIRECTORY"/lib-httpd HTTPD_ROOT_PATH="$PWD"/httpd HTTPD_DOCUMENT_ROOT_PATH=$HTTPD_ROOT_PATH/www -- Stephan Beyer <s-beyer@xxxxxxx>, PGP 0x6EDDD207FCC5040F -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html