Use test_expect_success for test setups
commit4a45f7dd49ba9a8943ad9b11fb7bed04f0cb4f15
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Sat, 20 Mar 2010 08:29:11 +0000 (20 04:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2010 16:15:17 +0000 (20 09:15 -0700)
tree5e82ea57ee14ac7fadbd84d1543896b3e581c85c
parenta673cfede6987ee815de9189eab054fc462e5c9f
Use test_expect_success for test setups

Several tests did not use test_expect_success for their setup
commands.  Putting these start commands into the testing framework
means both that errors during setup will be caught quickly and that
non-error text will be suppressed without -v.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3020-ls-files-error-unmatch.sh
t/t3800-mktag.sh
t/t4103-apply-binary.sh
t/t4200-rerere.sh
t/t9501-gitweb-standalone-http-status.sh