HomeSort by: relevance | last modified time | path
    Searched refs:experr (Results 1 - 24 of 24) sorted by relevancy

  /src/tests/usr.bin/id/
t_whoami.sh 62 echo 'usage: whoami' >experr
63 atf_check -s exit:1 -o empty -e file:experr ./run_whoami.sh root
67 echo 'usage: whoami' >experr
68 atf_check -s exit:1 -o empty -e file:experr ./run_whoami.sh -r
t_id.sh 58 echo 'id: nonexistent: No such user' >experr
59 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh nonexistent
110 echo 'id: nonexistent: No such user' >experr
111 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -G nonexistent
180 echo 'id: nonexistent: No such user' >experr
181 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -g nonexistent
219 echo 'id: nonexistent: No such user' >experr
220 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -p nonexistent
289 echo 'id: nonexistent: No such user' >experr
290 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -u nonexisten
    [all...]
  /src/external/bsd/atf/dist/atf-sh/
integration_test.sh 39 cat >experr <<EOF
43 atf_check -s eq:1 -o ignore -e file:experr atf-sh
49 cat >experr <<EOF
52 atf_check -s eq:1 -o ignore -e file:experr atf-sh non-existent
misc_helpers.sh 76 cat >experr <<SECONDEOF
79 atf_check -s eq:0 -o empty -e file:experr -x 'echo bar 1>&2'
  /src/external/bsd/kyua-cli/dist/integration/
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:di
    [all...]
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
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 first
    [all...]
cmd_report_html_test.sh 155 echo 'kyua: E: No actions in the database.' >experr
156 atf_check -s exit:2 -o empty -e file:experr kyua report-html
189 echo 'kyua: E: Error loading action 514: does not exist.' >experr
190 atf_check -s exit:2 -o empty -e file:experr kyua report-html --action=514
214 cat >experr <<EOF
217 atf_check -s exit:2 -o empty -e file:experr kyua report-html
275 echo "kyua: E: Unknown result type 'foo-bar'." >experr
276 atf_check -s exit:2 -o empty -e file:experr kyua report-html \
cmd_config_test.sh 90 cat >experr <<EOF
94 atf_check -s exit:1 -o empty -e file:experr kyua config \
133 cat >experr <<EOF
138 atf_check -s exit:1 -o file:expout -e file:experr kyua config \
218 cat >experr <<EOF
221 atf_check -s exit:2 -o empty -e file:experr kyua --config=foo config
306 cat >experr <<EOF
310 atf_check -s exit:3 -o empty -e file:experr kyua \
313 cat >experr <<EOF
316 atf_check -s exit:2 -o empty -e file:experr kyua
    [all...]
cmd_about_test.sh 122 cat >experr <<EOF
126 atf_check -s exit:3 -o empty -e file:experr kyua about foo
cmd_test_test.sh 335 cat >experr <<EOF
338 atf_check -s exit:2 -o empty -e file:experr kyua test foo:
340 cat >experr <<EOF
343 atf_check -s exit:2 -o empty -e file:experr kyua test /a/b
381 cat >experr <<EOF
384 atf_check -s exit:2 -o empty -e file:experr kyua test this-is-ok :badbad
386 cat >experr <<EOF
389 atf_check -s exit:2 -o empty -e file:experr kyua test this-is-ok /foo
407 cat >experr <<EOF
410 atf_check -s exit:1 -o file:expout -e file:experr kyua test first
    [all...]
cmd_report_test.sh 101 echo 'kyua: E: No actions in the database.' >experr
102 atf_check -s exit:2 -o empty -e file:experr kyua report
131 echo 'kyua: E: Error loading action 514: does not exist.' >experr
132 atf_check -s exit:2 -o empty -e file:experr kyua report --action=514
  /src/tests/modules/
t_threadpool.sh 48 echo "${3}" >experr
49 atf_check -s exit:1 -o ignore -e file:experr sysctl -w "${1}=${2}"
t_modload.sh 49 cat >experr <<EOF
  /src/external/bsd/atf/dist/atf-c++/
utils.cpp 101 const std::string& expout, const std::string& experr)
103 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str());
utils_test.cpp 329 fork_and_wait(const int exitstatus, const char* expout, const char* experr)
337 atf::utils::wait(pid, exitstatus, expout, experr);
  /src/external/bsd/atf/dist/atf-c/
utils.c 380 * \param experr Expected contents of stderr. */
383 const char *experr)
405 if (strlen(experr) > save_prefix_length &&
406 strncmp(experr, save_prefix, save_prefix_length) == 0) {
408 experr + save_prefix_length);
410 ATF_REQUIRE(atf_utils_compare_file("atf_utils_fork_err.txt", experr));
utils_test.c 384 fork_and_wait(const int exitstatus, const char* expout, const char* experr)
392 atf_utils_wait(pid, exitstatus, expout, experr);
  /src/external/bsd/kyua-testers/dist/
cli_test.c 232 char experr[256]; local
233 snprintf(experr, sizeof(experr), "cli_test: %s 'foo' (not a number)\n",
235 atf_utils_wait(pid, EXIT_USAGE_ERROR, "", experr);
254 char experr[256]; local
255 snprintf(experr, sizeof(experr), "cli_test: %s '99999999999999999999' "
257 atf_utils_wait(pid, EXIT_USAGE_ERROR, "", experr);
  /src/regress/sys/kern/getcwd/
getcwd.c 56 int actual, int expected, int experr);
118 check1 (dir, buf, calltext, actual, expected, experr)
122 int actual, expected, experr;
131 } else if ((expected == -1) && (errno != (experr))) {
134 ntest, dir, calltext, experr, errno);
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 80 safe_access(const impl::path& p, int mode, int experr)
87 if (atf_libc_error_code(err) == experr) {
  /src/external/bsd/atf/dist/tools/
atf-report_test.sh 431 cat >experr <<EOF
434 atf_check -s eq:1 -o empty -e file:experr atf-report foo
fs.cpp 140 safe_access(const impl::path& p, int mode, int experr)
146 if (e.code() == experr)
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 683 const int experr = atf_user_is_root() ? t->rerror : t->uerror; local
696 printf("Expected error: %d\n", experr);
705 if (experr == 0) {
710 ATF_REQUIRE_EQ(atf_libc_error_code(err), experr); local

Completed in 61 milliseconds