Index: tests/conf/conftest.c =================================================================== --- tests/conf/conftest.c (revision 15461) +++ tests/conf/conftest.c (revision 15462) @@ -246,6 +246,7 @@ val++; while(isspace(*val) || (*val == '=')) val++; + conf_lht_get_first_pol(current_role, current_policy, 1); res = conf_set(current_role, path, -1, val, current_policy); if (res != 0) printf("set error: %d\n", res);