For some reason, symlinks are not picked up by glob if they are broken.
The likely file to check is src/wildcard.cpp, and there's probably some special glob flag which fixes it.
For now, this means tests 111 and 112 are not viable. A PR fixing this issue should also re-enable those tests.
For some reason, symlinks are not picked up by
globif they are broken.The likely file to check is
src/wildcard.cpp, and there's probably some specialglobflag which fixes it.For now, this means tests
111and112are not viable. A PR fixing this issue should also re-enable those tests.