Hi, Dscho On Sat, Apr 18, 2020 at 11:57 AM Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > On Sat, 18 Apr 2020, Johannes Schindelin wrote: > > > > On Fri, 17 Apr 2020, Matheus Tavares wrote: ... > > > > > > Reported-by: Greg Hurrell <greg@xxxxxxxxxxx> > > > Signed-off-by: Matheus Tavares <matheus.bernardino@xxxxxx> > > > --- > > > Documentation/git-grep.txt | 6 +++-- > > > builtin/grep.c | 46 ++++++++++++++++++++++++++++---------- > > > t/t7810-grep.sh | 44 ++++++++++++++++++++++++++++++++++++ > > > 3 files changed, 82 insertions(+), 14 deletions(-) > > > > Unfortunately, this causes eight test failures on Windows: > > https://dev.azure.com/gitgitgadget/git/_build/results?buildId=38023&view=ms.vss-test-web.build-test-results-tab > > > > Could you please have a look? I suspect that this has something to do with > > those new tests needing the `FUNNYNAMES` prereq. > > I need this commit to fix it: > https://github.com/git-for-windows/git/commit/7ca815e1ab89d6ffdb1a17b3cbacdf22a508d33c > > I'll paste it here, for your convenience: > > -- snipsnap -- Thanks for reporting and correcting the testing issue. I'll send a v2 with your patch squashed in.