t2019: skip test requiring '*' in a file name non Windows
commitb3325dfc64017c7b8f982171a084d5d22aad8e14
authorJohannes Sixt <j6t@kdbg.org>
Tue, 11 Aug 2015 20:38:46 +0000 (11 22:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Aug 2015 22:17:30 +0000 (11 15:17 -0700)
tree095df9f72addf1bacc76d4e672a5fe97592b5031
parentae454f6125dd492c78eaf0b8709d4779bc0cbe7a
t2019: skip test requiring '*' in a file name non Windows

A test case introduced by ae454f61 (Add tests for wildcard "path vs ref"
disambiguation) allocates a file named '*.c'. This does not work on
Windows, because the OS forbids file names containing wildcard
characters. The test case fails where the shell attempts to allocate the
file. Skip the test on Windows.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2019-checkout-ambiguous-ref.sh