Johannes Schindelin <johannes.schinde...@gmx.de> writes:

> ok 13 - grep tree and more pathspecs
>
> expecting success: 
>       git init parent &&
>       test_when_finished "rm -rf parent" &&
>       echo "foobar" >"parent/fi:le" &&
>       git -C parent add "fi:le" &&
>       git -C parent commit -m "add fi:le" &&
> ...
>       test_cmp expect actual
>
> ++ git init parent
> Initialized empty Git repository in C:/git-sdk-64/usr/src/git/wip3/t/trash
> directory.t7814-grep-recurse-submodules/parent/.git/
> ++ test_when_finished 'rm -rf parent'
> ++ test 0 = 0
> ++ test_cleanup='{ rm -rf parent
>               } && (exit "$eval_ret"); eval_ret=$?; :'
> ++ echo foobar
> ++ git -C parent add fi:le
> fatal: pathspec 'fi:le' did not match any files

I think !MINGW prereq is missing?

Reply via email to