Searched refs:expout (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh119 cat >expout <<EOF
140 atf_check -s eq:0 -o file:expout -e empty -x \
145 cat >expout <<EOF
187 atf_check -s eq:0 -o file:expout -e empty -x \
259 cat >expout <<EOF
272 atf_check -s eq:0 -o file:expout -e empty -x \
287 cat >expout <<EOF
321 atf_check -s eq:0 -o file:expout -e empty -x \
337 cat >expout <<EOF
371 atf_check -s eq:0 -o file:expout
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.cpp101 const std::string& expout, const std::string& experr)
103 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str());
100 wait(const pid_t pid, const int exitstatus, const std::string& expout, const std::string& experr) argument
H A Dutils_test.cpp329 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument
337 atf::utils::wait(pid, exitstatus, expout, experr);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c379 * \param expout Expected contents of stdout.
382 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, argument
397 if (strlen(expout) > save_prefix_length &&
398 strncmp(expout, save_prefix, save_prefix_length) == 0) {
400 expout + save_prefix_length);
402 ATF_REQUIRE(atf_utils_compare_file("atf_utils_fork_out.txt", expout));
H A Dutils_test.c384 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument
392 atf_utils_wait(pid, exitstatus, expout, experr);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Dmisc_helpers.sh63 cat >expout <<SECONDEOF
66 atf_check -s eq:0 -o file:expout -e empty echo bar
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_atf_check_sh.sh75 atf_set "descr" "Runs a program with stdout set to expout and passes"
79 echo foo >expout
80 atf_check -s eq:0 -o file:expout -e empty echo foo
86 atf_set "descr" "Runs a program with stdout set to expout and fails"
90 echo foo >expout
91 atf_check -s eq:0 -o file:expout -e empty echo bar
H A Dtestsuite2613 cat >expout <<'_ATEOF'
2672 $at_diff expout "$at_stdout" || at_failed=:
3295 sed 's,tp_basic_c,tp_basic_cpp,g' <stdout >expout
3338 $at_diff expout "$at_stdout" || at_failed=:
3343 sed 's,tp_basic_c,tp_basic_sh,g' <stdout >expout
3386 $at_diff expout "$at_stdout" || at_failed=:
3439 sed 's,tp_basic_c,tp_basic_cpp,g' <stdout >expout
3483 $at_diff expout "$at_stdout" || at_failed=:
3488 sed 's,tp_basic_c,tp_basic_sh,g' <stdout >expout
3532 $at_diff expout "
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Dintegration_test.sh92 atf_check -s eq:0 -o empty -e empty mv stdout expout
93 atf_check -s eq:0 -o file:expout -e empty atf-config -t "${v}"

Completed in 1094 milliseconds