Searched refs:experr (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/netbsd-tests/usr.bin/id/ |
| HD | 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
|
| HD | 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
|
| /NextBSD/contrib/atf/atf-sh/ |
| HD | 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
|
| HD | misc_helpers.sh | 72 cat >experr <<SECONDEOF 75 atf_check -s eq:0 -o empty -e file:experr -x 'echo bar 1>&2'
|
| HD | libatf-sh.subr | 75 # atf_check cmd expcode expout experr
|
| /NextBSD/contrib/atf/atf-c/ |
| HD | utils.c | 416 const char *experr) in atf_utils_wait() argument 445 if (strlen(experr) > save_prefix_length && in atf_utils_wait() 446 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait() 448 experr + save_prefix_length); in atf_utils_wait() 451 experr)); in atf_utils_wait()
|
| HD | utils_test.c | 389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() argument 398 atf_utils_wait(pid, exitstatus, expout, experr); in fork_and_wait()
|
| /NextBSD/contrib/atf/atf-c++/ |
| D | utils.cpp | 97 const std::string& expout, const std::string& experr) in wait() argument 99 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str()); in wait()
|
| D | utils_test.cpp | 330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() argument 338 atf::utils::wait(pid, exitstatus, expout, experr); in fork_and_wait()
|
| /NextBSD/contrib/atf/atf-c++/detail/ |
| 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()
|
| /NextBSD/contrib/atf/atf-c/detail/ |
| HD | 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()
|
| /NextBSD/contrib/netbsd-tests/modules/ |
| HD | t_modload.sh | 49 cat >experr <<EOF
|