"Home directory creation failure", error, FALSE);
}
- /* when run in debug mode, user does not exist */
+ /* when run in test mode, user may not exist */
#ifndef ENABLE_TESTS
if (chown (usr_home_dir, uid, gid) < 0) {
RETURN_WITH_ERROR (GUM_ERROR_HOME_DIR_CREATE_FAILURE,
gum_lock_pwdf_lock ()
{
if (lock_count == 0) {
- /* when run in debug mode, normal user may not have privileges to get
+ /* when run in test mode, normal user may not have privileges to get
* the lock */
#ifndef ENABLE_TESTS
DBG ("Before: ruid:%d euid:%d rgid:%d egid:%d ", getuid (), geteuid (),