improve httpd auth tests
commit5232586c7985e6a420ee741e19e7fd6d040d43f6
authorJeff King <peff@peff.net>
Mon, 18 Jul 2011 07:49:12 +0000 (18 03:49 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jul 2011 18:38:34 +0000 (20 11:38 -0700)
tree5f35b0aa8a6e02712650280bbdb74dc09028e978
parent66c8448543432308e8fce5e3e04076e875410f67
improve httpd auth tests

These just checked that we could clone a repository when the
username and password were given in the URL; we should also
check that git will prompt when no or partial credentials
are given.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd.sh
t/t5550-http-fetch.sh