t7406: init does not copy URL into superproject's config
authorW. Trevor King <wking@tremily.us>
Mon, 3 Dec 2012 13:10:15 +0000 (08:10 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Dec 2012 14:42:55 +0000 (09:42 -0500)
commit5450a331ea87427239fc7c8bb228bc43b0107d34
tree6afbf7058267bee8d5ebf2c462dd9ebbc77e7426
parent5bbe48efe8aca2ea61f2a2cbfd7ad7b3e3574317
t7406: init does not copy URL into superproject's config

These values can now be read directly from .gitmodules (via
get_submodule_config), so checking for explicit copying no longer
makes sense.  Later tests require the changed .gitmodules though, so
make sure to set them up when they're needed.

Signed-off-by: W. Trevor King <wking@tremily.us>
t/t7406-submodule-update.sh