t5550: put auth-required repo in auth/dumb
commit726800a8b3bf3702490a79f0205e33b2a0dbbb64
authorJeff King <peff@peff.net>
Mon, 27 Aug 2012 13:23:37 +0000 (27 09:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 17:49:04 +0000 (27 10:49 -0700)
tree9533a13d469799f20d9c6f9ba677ab17995fa2b3
parent785ee4960c3d334cbc2b17ab74d2cebdf1b4db64
t5550: put auth-required repo in auth/dumb

In most of our tests, we put repos to be accessed by dumb
protocols in /dumb, and repos to be accessed by smart
protocols in /smart.  In our test apache setup, the whole
/auth hierarchy requires authentication. However, we don't
bother to split it by smart and dumb here because we are not
currently testing smart-http authentication at all.

That will change in future patches, so let's be explicit
that we are interested in testing dumb access here. This
also happens to match what t5540 does for the push tests.

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