Searched refs:fd_matcherr (Results 1 – 1 of 1) sorted by relevance
297 int err, fd_ep, fd_matchout = -1, fd_matcherr = -1; in test_run_parent_check_outputs() local327 fd_matcherr = open(t->output.err, O_RDONLY); in test_run_parent_check_outputs()328 if (fd_matcherr < 0) { in test_run_parent_check_outputs()398 fd_match = fd_matcherr; in test_run_parent_check_outputs()452 err |= check_activity(fd_matcherr, fd_activityerr, t->output.err, "stderr"); in test_run_parent_check_outputs()463 if (fd_matcherr >= 0) in test_run_parent_check_outputs()464 close(fd_matcherr); in test_run_parent_check_outputs()