Home
last modified time | relevance | path

Searched refs:experr (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/netbsd-tests/usr.bin/id/
HDt_whoami.sh62 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
HDt_id.sh58 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/
HDintegration_test.sh38 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
HDmisc_helpers.sh72 cat >experr <<SECONDEOF
75 atf_check -s eq:0 -o empty -e file:experr -x 'echo bar 1>&2'
HDlibatf-sh.subr75 # atf_check cmd expcode expout experr
/NextBSD/contrib/atf/atf-c/
HDutils.c416 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()
HDutils_test.c389 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++/
Dutils.cpp97 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()
Dutils_test.cpp330 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/
Dfs.cpp76 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/
HDfs_test.c680 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/
HDt_modload.sh49 cat >experr <<EOF