t5541: avoid TAP test miscounting
commitd336572f57e398318a0f6c51cc760d5be9872cc2
authorMichael J Gruber <git@drmicha.warpmail.net>
Sun, 8 Jan 2012 21:06:21 +0000 (8 22:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jan 2012 22:27:29 +0000 (8 14:27 -0800)
tree8907075c3313404189b4ac93450dd0ff385f765b
parentc207e34f7733df04342e1c0f449f6d3cae501e33
t5541: avoid TAP test miscounting

lib-terminal.sh runs a test and thus increases the test count, but the
output is lost so that TAP produces a "no plan found error".

Move the lib-terminal call after the lib-httpd and make TAP happy
(though still leave me clueless).

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5541-http-push.sh