Searched refs:rshell (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/test/ |
D | test-user-util.c | 326 const char *rshell = NULL; in test_get_user_creds_one() local 334 r = get_user_creds(&id, &ruid, &rgid, &rhome, &rshell, 0); in test_get_user_creds_one() 336 id, ruid, rgid, strnull(rhome), strnull(rshell)); in test_get_user_creds_one() 346 assert_se(path_equal(rshell, shell)); in test_get_user_creds_one()
|