Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Doperations_test.cpp427 std::set< int > exp_exit_codes; in ATF_TEST_CASE_BODY() local
428 exp_exit_codes.insert(15); in ATF_TEST_CASE_BODY()
429 exp_exit_codes.insert(30); in ATF_TEST_CASE_BODY()
430 exp_exit_codes.insert(45); in ATF_TEST_CASE_BODY()
431 ATF_REQUIRE_EQ(exp_exit_codes, exit_codes); in ATF_TEST_CASE_BODY()