wildmatch test: use test_must_fail, not ! for test-wildmatch
commit4bc280f25098c60c7e6eef4b0277a94925ed4c11
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 30 Jan 2018 21:21:20 +0000 (30 21:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 22:04:01 +0000 (30 14:04 -0800)
treeffb2865c32fb6a92108d4ca195264178c3ce33b1
parent50eafb1a278d20a55280880ac6a24f5981eac6df
wildmatch test: use test_must_fail, not ! for test-wildmatch

Use of ! should be reserved for non-git programs that are assumed not
to fail, see README. With this change only
t/t0110-urlmatch-normalization.sh is still using this anti-pattern.

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