wildmatch test: use more standard shell style
commit5008ba8c5e2bbb87a35a25440f9e920c511de674
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 30 Jan 2018 21:21:16 +0000 (30 21:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 22:04:00 +0000 (30 14:04 -0800)
tree280178c3409fc472f49fce2866423b1328090967
parenta4a136f56ebd16113269c48863e456ed0a4ef776
wildmatch test: use more standard shell style

Change the wildmatch test to use more standard shell style, usually we
use "if test" not "if [".

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