Searched defs:cwd1 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c722 atf_fs_path_t cwd1, cwd2; local
726 RE(atf_fs_getcwd(&cwd1));
730 RE(atf_fs_path_append_fmt(&cwd1, "root"));
732 ATF_REQUIRE(atf_equal_fs_path_fs_path(&cwd1, &cwd2));
735 atf_fs_path_fini(&cwd1);

Completed in 20 milliseconds