The test in this case created a directory structure with files and directories. It also removed read permissions of some of them.
It then calls tor_glob with a path, and expects the result to be null (!result), and that assertion was failing on the builders.
In gdb, I saw that result was an empty list instead of NULL. Looking at tor_glob, what was returned depended on the return code of glob(). In case of GLOB_NOMATCH, it returns an empty list, and in case of GLOB_ABORT, it returns NULL.
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.