Tweak t3102-ls-tree-wildcards to run on Windows
commit145f86a00925b126412387c5ce072ab13cd4df03
authorJohannes Sixt <j6t@kdbg.org>
Thu, 12 May 2011 08:37:22 +0000 (12 10:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 May 2011 05:35:47 +0000 (12 22:35 -0700)
tree45a53e3ce0a740cf94fbf2724bac326c962f7ab6
parent33e0f62ba981ebfdcab8c9fb6d2935712a7b9d41
Tweak t3102-ls-tree-wildcards to run on Windows

The test case fails on Windows, because "a*" is an invalid file name.
Therefore, use "a[a]" instead.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Acked-by: Nguyen Thai Ngoc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3102-ls-tree-wildcards.sh