test_groups
test_groups(capgrp);
for (i = 0; i < nitems(test_groups); i++, test_num++) {
if (getgrnam(test_groups[i]) == NULL)
"failed: %s\n", test_num, test_groups[i], strerror(errno));
printf("1..%zu\n", nitems(test_users) + nitems(test_groups) +
static const char *test_groups[] = {