Merge branch 'maint'
[gitweb.git] / t / t5550-http-fetch.sh
index a0564deaae754c47a614a162ed2df27e20edf976..8c2ac353b7736c4bce7ed71333284863d9c4e514 100755 (executable)
@@ -34,7 +34,7 @@ test_expect_success 'clone http repository' '
        test_cmp file clone/file
 '
 
-test_expect_failure 'clone http repository with authentication' '
+test_expect_success 'clone http repository with authentication' '
        mkdir "$HTTPD_DOCUMENT_ROOT_PATH/auth/" &&
        cp -Rf "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" "$HTTPD_DOCUMENT_ROOT_PATH/auth/repo.git" &&
        git clone $AUTH_HTTPD_URL/auth/repo.git clone-auth &&