Searched defs:cwd2 (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
728 RE(atf_fs_getcwd(&cwd2));
732 ATF_REQUIRE(atf_equal_fs_path_fs_path(&cwd1, &cwd2));
734 atf_fs_path_fini(&cwd2);

Completed in 19 milliseconds