On Sat, May 01 2021, Jeff King wrote: > +test_expect_success 'refuse to load symlinked .gitmodules into index' ' > + test_must_fail git -C symlink read-tree $tree 2>err && > + test_i18ngrep "invalid path.*gitmodules" err && > + git -C symlink ls-files >out && > + test_must_be_empty out > +' > + In 1/9 a test_i18ngrep is removed, but here's a new one.