> Hi! > > + ltpuser = SAFE_GETPWNAM(cleanup, uid); > > + SAFE_SETEUID(cleanup, ltpuser->pw_uid); > Can we please push the GETPWNAM() to the test setup and pass only uid to > the test setup functions? Ah, sure, sorry for overlooking obvious improvement. Kind regards, Petr