t5550: break submodule config test into multiple sub-tests
commit455d22c1c6abc19693beb8a25bc3d976290d6b84
authorJeff King <peff@peff.net>
Thu, 28 Apr 2016 13:37:04 +0000 (28 09:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Apr 2016 17:47:34 +0000 (28 10:47 -0700)
tree22b843d6885060a938df479cea7c488ba8c21cd4
parent1149ee214e6b9e2450f817a808f74e4e761e7295
t5550: break submodule config test into multiple sub-tests

Right now we test only the cloning case, but there are other
interesting cases (e.g., fetching). Let's pull the setup
bits into their own test, which will make things flow more
logically once we start adding more tests which use the
setup.

Let's also introduce some whitespace to the clone-test to
split the two parts: making sure it fails without our
cmdline config, and that it succeeds with it.

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