[PATCH jk/pathspec-literal] t6130-pathspec-noglob: Windows does not allow a file named f*

2013-01-06 Thread Johannes Sixt
Windows disallows file names that contain a star. Arrange the test setup to insert the file name f* in the repository without the corresponding file in the worktree. Signed-off-by: Johannes Sixt j...@kdbg.org --- t/t6130-pathspec-noglob.sh | 8 +++- 1 file changed, 7 insertions(+), 1

Re: [PATCH jk/pathspec-literal] t6130-pathspec-noglob: Windows does not allow a file named f*

2013-01-06 Thread Jeff King
On Sun, Jan 06, 2013 at 03:07:43PM +0100, Johannes Sixt wrote: Windows disallows file names that contain a star. Arrange the test setup to insert the file name f* in the repository without the corresponding file in the worktree. [...] - test_commit star f* + # insert file f* in the