t: test basic smart-http authentication
commit6ac2b3aeb9900a8fb0cd3fd9be0bff00eb3a4b5b
authorJeff King <peff@peff.net>
Mon, 27 Aug 2012 13:25:36 +0000 (27 09:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 17:49:09 +0000 (27 10:49 -0700)
treed323ca6e87591eefee98af8ab0abb3accb2f8849
parent666aae9aed5a29019d2cd696d4258750c0dc96c7
t: test basic smart-http authentication

We do not currently test authentication over smart-http at
all. In theory, it should work exactly as it does for dumb
http (which we do test). It does indeed work for these
simple tests, but this patch lays the groundwork for more
complex tests in future patches.

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