t5551: move setup code inside test_expect blocks
commit92b7fd87bb8cb646fb6f9595bbb952b1f3af2e02
authorThomas Gummerer <t.gummerer@gmail.com>
Mon, 17 Sep 2018 21:46:27 +0000 (17 22:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 15:35:04 +0000 (24 08:35 -0700)
tree9d770efb943f3ef13602c30c54c8652d03582e70
parent1d4361b0f344188ab5eec6dcea01f61a3a3a1670
t5551: move setup code inside test_expect blocks

Move setup code inside test_expect blocks, to catch unexpected
failures in the setup steps, and bring the test scripts in line with
our modern test style.

Suggested-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5551-http-fetch-smart.sh