Lines Matching refs:result1
407 atf_check_result_t result1, result2;
411 do_exec_with_arg(tc, "stdout-stderr", "result1", &result1);
412 ATF_CHECK(atf_check_result_exited(&result1));
413 ATF_CHECK(atf_check_result_exitcode(&result1) == EXIT_SUCCESS);
419 out1 = atf_check_result_stdout(&result1);
421 err1 = atf_check_result_stderr(&result1);
451 CHECK_LINES(out1, "stdout", "result1");
453 CHECK_LINES(err1, "stderr", "result1");
459 atf_check_result_fini(&result1);