author | Johannes Sixt <j6t@kdbg.org> | |
Thu, 12 May 2011 08:37:22 +0000 (10:37 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 13 May 2011 05:35:47 +0000 (22:35 -0700) | ||
commit | 145f86a00925b126412387c5ce072ab13cd4df03 | |
tree | 45a53e3ce0a740cf94fbf2724bac326c962f7ab6 | tree | snapshot |
parent | 33e0f62ba981ebfdcab8c9fb6d2935712a7b9d41 | commit | diff |
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>
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 | diff | blob | history |