note: the test needs to chmod the test_repo.git folder so that apache/mod_dav can create .DAV folders in it for locking. Signed-off-by: Tay Ray Chuan <rctay89@xxxxxxxxx> --- src/git-1.6.1/t/t5540-http-push.sh | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/git-1.6.1/t/t5540-http-push.sh b/src/git-1.6.1/t/t5540-http-push.sh index da95886..730b9cb 100755 --- a/src/git-1.6.1/t/t5540-http-push.sh +++ b/src/git-1.6.1/t/t5540-http-push.sh @@ -51,17 +51,16 @@ test_expect_success 'clone remote repository' ' git clone $HTTPD_URL/test_repo.git test_repo_clone ' -test_expect_failure 'push to remote repository' ' +test_expect_success 'push to remote repository' ' cd "$ROOT_PATH"/test_repo_clone && : >path2 && git add path2 && test_tick && git commit -m path2 && - git push && - [ -f "$HTTPD_DOCUMENT_ROOT_PATH/test_repo.git/refs/heads/master" ] + git push origin master ' -test_expect_failure 'create and delete remote branch' ' +test_expect_success 'create and delete remote branch' ' cd "$ROOT_PATH"/test_repo_clone && git checkout -b dev && : >path3 && -- 1.6.0.4 -- 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