Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t2019: skip test requiring '*' in a file name non Windows
A test case introduced by ae454f6 (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>
- Loading branch information