From: Stefan Beller Date: Wed, 17 May 2017 03:11:03 +0000 (-0700) Subject: t5545: enhance test coverage when no http server is installed X-Git-Tag: v2.13.2~24^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2e397e4ddfff1fcb13b41665b9a3aed6bb99eea2?hp=2e397e4ddfff1fcb13b41665b9a3aed6bb99eea2 t5545: enhance test coverage when no http server is installed In commit 438fc68462 ("push options: pass push options to the transport helper", 08-02-2017), the test coverage was reduced to run no tests at all if you lack a http server. Move the http initialization to the end, such that only http tests are skipped when a http server is missing. The test in between that tests submodule propagation is safe to run before the http tests as it makes its own test directories `parent` and `parent_upstream`. Noticed-by: Ramsay Jones Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---