Home
last modified time | relevance | path

Searched refs:other_user (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Disolation_test.cpp328 passwd::user other_user = user; in ATF_TEST_CASE_BODY() local
329 other_user.uid += 1; in ATF_TEST_CASE_BODY()
330 other_user.gid += 1; in ATF_TEST_CASE_BODY()
331 process::isolate_child(utils::make_optional(other_user), fs::path(".")); in ATF_TEST_CASE_BODY()