/freebsd/contrib/kyua/integration/ |
H A D | cmd_debug_test.sh | 39 cat >experr <<EOF 43 atf_check -s exit:3 -o empty -e file:experr kyua debug 58 cat >experr <<EOF 62 atf_check -s exit:3 -o empty -e file:experr kyua debug first:pass \ 82 cat >experr <<EOF 85 atf_check -s exit:0 -o file:expout -e file:experr kyua debug second:pass 102 cat >experr <<EOF 105 atf_check -s exit:1 -o file:expout -e file:experr kyua debug first:fail 120 cat >experr <<EOF 123 atf_check -s exit:2 -o empty -e file:experr kyua debug second:die [all …]
|
H A D | cmd_list_test.sh | 127 cat >experr <<EOF 130 atf_check -s exit:2 -o empty -e file:experr kyua list foo: 132 cat >experr <<EOF 135 atf_check -s exit:2 -o empty -e file:experr kyua list /a/b 168 cat >experr <<EOF 171 atf_check -s exit:2 -o empty -e file:experr kyua list this-is-ok :badbad 173 cat >experr <<EOF 176 atf_check -s exit:2 -o empty -e file:experr kyua list this-is-ok /foo 191 cat >experr <<EOF 194 atf_check -s exit:1 -o empty -e file:experr kyua list first1 [all …]
|
H A D | global_test.sh | 32 cat >experr <<EOF 37 atf_check -s exit:3 -o empty -e file:experr kyua 43 cat >experr <<EOF 48 atf_check -s exit:3 -o empty -e file:experr kyua --this_is_unknown 54 cat >experr <<EOF 59 atf_check -s exit:3 -o empty -e file:experr kyua i_am_not_known
|
H A D | cmd_config_test.sh | 94 cat >experr <<EOF 98 atf_check -s exit:1 -o empty -e file:experr kyua config \ 143 cat >experr <<EOF 148 atf_check -s exit:1 -o file:expout -e file:experr kyua config \ 228 cat >experr <<EOF 231 atf_check -s exit:2 -o empty -e file:experr kyua --config=foo config 317 cat >experr <<EOF 322 atf_check -s exit:3 -o empty -e file:experr kyua \ 329 cat >experr <<EOF 332 atf_check -s exit:2 -o empty -e file:experr kyua \
|
H A D | cmd_report_html_test.sh | 142 "$(utils_test_suite_id)." >experr 143 atf_check -s exit:2 -o empty -e file:experr kyua report-html 190 cat >experr <<EOF 193 atf_check -s exit:2 -o empty -e file:experr kyua report-html 247 echo "kyua: E: Unknown result type 'foo-bar'." >experr 248 atf_check -s exit:2 -o empty -e file:experr kyua report-html \
|
H A D | cmd_test_test.sh | 365 cat >experr <<EOF 368 atf_check -s exit:2 -o empty -e file:experr kyua test foo: 370 cat >experr <<EOF 373 atf_check -s exit:2 -o empty -e file:experr kyua test /a/b 413 cat >experr <<EOF 416 atf_check -s exit:2 -o empty -e file:experr kyua test this-is-ok :badbad 418 cat >experr <<EOF 421 atf_check -s exit:2 -o empty -e file:experr kyua test this-is-ok /foo 442 cat >experr <<EOF 445 atf_check -s exit:1 -o file:expout -e file:experr kyua test first1 [all …]
|
H A D | cmd_about_test.sh | 129 cat >experr <<EOF 133 atf_check -s exit:3 -o empty -e file:experr kyua about foo
|
H A D | cmd_report_test.sh | 91 "$(utils_test_suite_id)." >experr 92 atf_check -s exit:2 -o empty -e file:experr kyua report 206 cat >experr <<EOF 210 atf_check -s exit:1 -o file:expout -e file:experr kyua report \
|
H A D | cmd_report_junit_test.sh | 175 "$(utils_test_suite_id)." >experr 176 atf_check -s exit:2 -o empty -e file:experr kyua report-junit
|
/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_whoami.sh | 62 echo 'usage: whoami' >experr 63 atf_check -s eq:1 -o empty -e file:experr ./run_whoami.sh root 67 echo 'usage: whoami' >experr 68 atf_check -s eq:1 -o empty -e file:experr ./run_whoami.sh -r
|
H A D | t_id.sh | 58 echo 'id: nonexistent: No such user' >experr 59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent 110 echo 'id: nonexistent: No such user' >experr 111 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -G nonexistent 180 echo 'id: nonexistent: No such user' >experr 181 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -g nonexistent 219 echo 'id: nonexistent: No such user' >experr 220 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -p nonexistent 289 echo 'id: nonexistent: No such user' >experr 290 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -u nonexistent
|
/freebsd/contrib/atf/atf-sh/ |
H A D | integration_test.sh | 38 cat >experr <<EOF 42 atf_check -s eq:1 -o ignore -e file:experr "${ATF_SH}" 48 cat >experr <<EOF 51 atf_check -s eq:1 -o ignore -e file:experr "${ATF_SH}" non-existent
|
H A D | misc_helpers.sh | 72 cat >experr <<SECONDEOF 75 atf_check -s eq:0 -o empty -e file:experr -x 'echo bar 1>&2'
|
H A D | libatf-sh.subr | 75 # atf_check cmd expcode expout experr
|
/freebsd/contrib/atf/atf-c/ |
H A D | utils.c | 426 const char *experr) in atf_utils_wait() argument 455 if (strlen(experr) > save_prefix_length && in atf_utils_wait() 456 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait() 458 experr + save_prefix_length); in atf_utils_wait() 461 experr)); in atf_utils_wait()
|
H A D | utils_test.c | 389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() argument 399 atf_utils_wait(pid, exitstatus, expout, experr); in fork_and_wait()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils.cpp | 104 const std::string& expout, const std::string& experr) in wait() argument 106 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str()); in wait()
|
H A D | utils_test.cpp | 330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() argument 339 atf::utils::wait(pid, exitstatus, expout, experr); in fork_and_wait()
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.sh | 6 cat xterm.experr 1>&2
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | fs.cpp | 76 safe_access(const impl::path& p, int mode, int experr) in safe_access() argument 83 if (atf_libc_error_code(err) == experr) { in safe_access()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs_test.c | 680 const int experr = atf_user_is_root() ? t->rerror : t->uerror; in ATF_TC_BODY() local 693 printf("Expected error: %d\n", experr); in ATF_TC_BODY() 702 if (experr == 0) { in ATF_TC_BODY() 707 ATF_REQUIRE_EQ(atf_libc_error_code(err), experr); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/modules/ |
H A D | t_modload.sh | 49 cat >experr <<EOF
|