Create a repo with multiple loose objects in order to demonstrate http
authentication breakage.
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Clemens Buchacher13 years agocommitted byJunio C Hamano
git remote add public "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" &&
git push public master:master
@ -87,21 +92,21 @@ test_expect_success 'http auth can use user/pass in URL' '
@@ -87,21 +92,21 @@ test_expect_success 'http auth can use user/pass in URL' '
expect_askpass none
'
test_expect_success 'http auth can use just user in URL' '
test_expect_failure 'http auth can use just user in URL' '
@ -121,7 +126,7 @@ test_expect_success 'http auth can get username from config' '
@@ -121,7 +126,7 @@ test_expect_success 'http auth can get username from config' '
expect_askpass pass user@host
'
test_expect_success 'configured username does not override URL' '
test_expect_failure 'configured username does not override URL' '