wildmatch test: don't try to vertically align our output
commitf5ebe8f3f1d481fb25fd71a80b0909987fcb2884
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 30 Jan 2018 21:21:17 +0000 (30 21:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 22:04:00 +0000 (30 14:04 -0800)
treeef2ebc028c68d871073d4106c8d1b632053c8953
parent5008ba8c5e2bbb87a35a25440f9e920c511de674
wildmatch test: don't try to vertically align our output

Don't try to vertically align the test output, which is futile anyway
under the TAP output where we're going to be emitting a number for
each test without aligning the test count.

This makes subsequent changes of mine where I'm not going to be
aligning this output as I add new tests easier.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3070-wildmatch.sh