Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dexecutor_test.cpp582 executor::exit_handle exit_3_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
584 ATF_REQUIRE_EQ(exit_1_handle.stdout_file(), exit_3_handle.stdout_file()); in ATF_TEST_CASE_BODY()
585 ATF_REQUIRE_EQ(exit_1_handle.stderr_file(), exit_3_handle.stderr_file()); in ATF_TEST_CASE_BODY()
587 exit_3_handle.control_directory()); in ATF_TEST_CASE_BODY()
589 exit_3_handle.work_directory()); in ATF_TEST_CASE_BODY()
610 exit_3_handle.cleanup(); in ATF_TEST_CASE_BODY()