wildmatch test: remove redundant duplicate test
commit44e2ff09cef17eb8b25ceee3a950d88dbdd19252
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 26 May 2017 20:56:57 +0000 (26 20:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 00:54:15 +0000 (29 09:54 +0900)
treebea9809cc7a52a6ccb1608534c360e5c1ff2d3b9
parent840ed141983718e0c5518a325534a5656797132a
wildmatch test: remove redundant duplicate test

Remove a test line that's exactly the same as the preceding
line.

This was brought in in commit feabcc173b ("Integrate wildmatch to
git", 2012-10-15), these tests are originally copied from rsync.git,
but the duplicate line was never present there, so must have just
snuck in during integration with git by accident.

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