Skip to content

Commit f0838e3

Browse files
committed
Do not ask the namespace callback for splitprovides when writing a testcase
1 parent 11c05b7 commit f0838e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/testcase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ testcase_write_mangled(Solver *solv, const char *dir, int resultflags, const cha
17111711
for (rid = 1; rid < pool->nrels; rid++)
17121712
{
17131713
Reldep *rd = pool->rels + rid;
1714-
if (rd->flags != REL_NAMESPACE || rd->name == NAMESPACE_OTHERPROVIDERS)
1714+
if (rd->flags != REL_NAMESPACE || rd->name == NAMESPACE_OTHERPROVIDERS || rd->name == NAMESPACE_SPLITPROVIDES)
17151715
continue;
17161716
/* evaluate all namespace ids, skip empty results */
17171717
d = pool_whatprovides(pool, MAKERELDEP(rid));

0 commit comments

Comments
 (0)