Searched defs:exp_gh (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/
H A Dsysdb-tests.c3418 int exp_mem, exp_gh; local
3459 exp_gh = _i - MBO_GROUP_BASE - 5;
3460 if (exp_gh < 0) {
3461 exp_gh = 0;
3466 if (exp_gh) {
3467 fail_if(exp_gh != ghosts->num_values,
3468 "Expected %d members, found %d\n", exp_gh, ghosts->num_values);

Completed in 35 milliseconds