/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_id.sh | 44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout 45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100 47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test 49 echo "uid=0(root) gid=0(wheel) groups=0(wheel)" >expout 50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0 51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root 54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout 55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 92 echo "100 0" >expout [all …]
|
H A D | t_groups.sh | 44 echo "users wheel" >expout 45 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh 46 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh 100 47 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh test 49 echo "wheel" >expout 50 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh 0 51 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh root
|
H A D | t_whoami.sh | 45 echo "test" >expout 46 atf_check -s eq:0 -o file:expout -e empty ./run_whoami.sh 50 echo "root" >expout 51 atf_check -s eq:0 -o file:expout -e empty ./run_whoami.sh
|
/freebsd/usr.bin/sort/tests/ |
H A D | sort_monthsort_test.sh | 25 cat >expout <<EOF 43 atf_check -o file:expout sort -M in 58 cat >expout <<EOF 73 atf_check -o file:expout sort -M in 76 cat >expout <<EOF 91 atf_check -o file:expout sort -M in 94 cat >expout <<EOF 109 atf_check -o file:expout sort -M in 136 cat >expout <<EOF 151 atf_check -o file:expout sort -M in
|
/freebsd/contrib/netbsd-tests/lib/csu/ |
H A D | t_crt0.sh | 35 cat >expout <<EOF 41 atf_check -o file:expout "$(atf_get_srcdir)/h_initfini1" 51 cat >expout <<EOF 57 atf_check -o file:expout "$(atf_get_srcdir)/h_initfini2" 67 cat >expout <<EOF 77 atf_check -o file:expout "$(atf_get_srcdir)/h_initfini3" 87 cat >expout <<EOF 95 …atf_check -o file:expout -x "env LD_PRELOAD=$(atf_get_srcdir)/h_initfini3_dso.so $(atf_get_srcdir)…
|
/freebsd/contrib/kyua/integration/ |
H A D | cmd_report_test.sh | 64 cat >expout <<EOF 72 atf_check -s exit:0 -o file:expout -e empty kyua report 76 cat >expout <<EOF 84 atf_check -s exit:0 -o file:expout -e empty kyua report 150 cat >expout <<EOF 158 atf_check -s exit:0 -o file:expout -e empty kyua report \ 171 cat >expout <<EOF 177 atf_check -s exit:0 -o file:expout -e empty kyua report \ 179 cat >expout <<EOF 187 atf_check -s exit:0 -o file:expout -e empty kyua report \ [all …]
|
H A D | cmd_list_test.sh | 50 cat >expout <<EOF 60 atf_check -s exit:0 -o file:expout -e empty kyua list 80 cat >expout <<EOF 84 atf_check -s exit:0 -o file:expout -e empty kyua list subdir 99 cat >expout <<EOF 102 atf_check -s exit:0 -o file:expout -e empty kyua list first:skip 117 cat >expout <<EOF 121 atf_check -s exit:0 -o file:expout -e empty kyua list second 157 cat >expout <<EOF 162 atf_check -s exit:0 -o file:expout -e empty kyua list -v subdir first:pass [all …]
|
H A D | cmd_test_test.sh | 40 cat >expout <<EOF 51 atf_check -s exit:0 -o file:expout -e empty kyua test 65 cat >expout <<EOF 76 atf_check -s exit:1 -o file:expout -e empty kyua test 93 cat >expout <<EOF 112 atf_check -s exit:0 -o file:expout -e empty kyua test 129 cat >expout <<EOF 150 atf_check -s exit:1 -o file:expout -e empty kyua test 165 cat >expout <<EOF 180 atf_check -s exit:0 -o file:expout -e empty kyua test [all …]
|
H A D | cmd_debug_test.sh | 78 cat >expout <<EOF 85 atf_check -s exit:0 -o file:expout -e file:experr kyua debug second:pass 98 cat >expout <<EOF 105 atf_check -s exit:1 -o file:expout -e file:experr kyua debug first:fail 157 cat >expout <<EOF 160 atf_check -s exit:0 -o file:expout -e empty kyua debug \ 163 cat >expout <<EOF 167 atf_check -s exit:0 -o file:expout -e empty cat saved.out 188 cat >expout <<EOF 191 atf_check -s exit:0 -o file:expout -e empty kyua debug \ [all …]
|
H A D | cmd_config_test.sh | 53 cat >expout <<EOF 63 atf_check -s exit:0 -o file:expout -e empty kyua config 76 cat >expout <<EOF 80 atf_check -s exit:0 -o file:expout -e empty kyua config \ 114 cat >expout <<EOF 120 atf_check -s exit:0 -o file:expout -e empty kyua config \ 138 cat >expout <<EOF 148 atf_check -s exit:1 -o file:expout -e file:experr kyua config \
|
H A D | cmd_about_test.sh | 80 >expout 81 atf_check -s exit:0 -o file:expout -e empty kyua about authors 91 cat docs/AUTHORS docs/CONTRIBUTORS >expout 92 atf_check -s exit:0 -o file:expout -e empty kyua about authors
|
H A D | cmd_db_exec_test.sh | 139 cat >expout <<EOF 144 atf_check -s exit:0 -o file:expout -e empty \ 147 tail -n 2 <expout >expout2
|
/freebsd/contrib/atf/atf-sh/ |
H A D | integration_test.sh | 68 cat >expout <<EOF 73 atf_check -s eq:0 -o file:expout -e empty ./tp ' a b ' foo 75 cat >expout <<EOF 80 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" tp \ 87 cat >expout <<EOF 100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp 106 cat >expout <<EOF 120 atf_check -s eq:0 -o file:expout -e empty ./tp
|
/freebsd/contrib/netbsd-tests/usr.bin/sort/ |
H A D | t_sort.sh | 49 cat >expout <<EOF 56 atf_check -o file:expout sort in 205 cat >expout <<EOF 212 atf_check -o file:expout sort -k2.1 in 229 cat >expout <<EOF 235 atf_check -o file:expout sort -s -k2.1,2.0 in 524 cat >expout <<EOF 536 atf_check -o file:expout sort -n in 552 cat >expout <<EOF 558 atf_check -o file:expout sort -rn in [all …]
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild_test.sh | 62 cat >expout <<EOF 67 atf_check -o file:expout cat output 79 cat >expout <<EOF 84 atf_check -o file:expout cat output 99 cat >expout <<EOF 107 atf_check -o file:expout cat output 129 cat >expout <<EOF 137 atf_check -o file:expout cat output 151 cat >expout <<EOF 155 atf_check -o file:expout cat output
|
/freebsd/contrib/netbsd-tests/usr.bin/sdiff/ |
H A D | t_sdiff.sh | 159 echo ". <" > expout 160 atf_check -o file:expout -s eq:1 sdiff "$(atf_get_srcdir)/d_dot.in" /dev/null 162 echo " > ." > expout 163 atf_check -o file:expout -s eq:1 sdiff /dev/null "$(atf_get_srcdir)/d_dot.in" 173 echo " > stdin" > expout 174 atf_check -o file:expout -s eq:1 -x \ 177 echo "stdin <" > expout 178 atf_check -o file:expout -s eq:1 -x \
|
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/ |
H A D | t_df_1_noopen.sh | 38 cat >expout <<EOF 42 atf_check -s exit:1 -e file:expout "$(atf_get_srcdir)/h_df_1_noopen1" 52 cat >expout <<EOF 56 atf_check -o file:expout "$(atf_get_srcdir)/h_df_1_noopen2"
|
/freebsd/usr.bin/sdiff/tests/ |
H A D | sdiff_test.sh | 159 echo ". <" > expout 160 atf_check -o file:expout -s eq:1 sdiff "$(atf_get_srcdir)/d_dot.in" /dev/null 162 echo " > ." > expout 163 atf_check -o file:expout -s eq:1 sdiff /dev/null "$(atf_get_srcdir)/d_dot.in" 173 echo " > stdin" > expout 174 atf_check -o file:expout -s eq:1 -x \ 177 echo "stdin <" > expout 178 atf_check -o file:expout -s eq:1 -x \
|
/freebsd/contrib/netbsd-tests/sys/rc/ |
H A D | t_rc_d_cli.sh | 136 cat >expout <<EOF 141 atf_check -s eq:0 -o file:expout -e empty ${rc_helper} ${command} 150 cat >expout <<EOF 155 atf_check -s eq:0 -o file:expout -e empty ${rc_helper} ${command} \
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_atexit.sh | 35 cat >expout <<EOF 43 atf_check -o file:expout "$(atf_get_srcdir)/h_atexit"
|
/freebsd/contrib/atf/atf-c/ |
H A D | utils.c | 425 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, in atf_utils_wait() argument 446 if (strlen(expout) > save_prefix_length && in atf_utils_wait() 447 strncmp(expout, save_prefix, save_prefix_length) == 0) { in atf_utils_wait() 449 expout + save_prefix_length); in atf_utils_wait() 452 expout)); in atf_utils_wait()
|
/freebsd/contrib/netbsd-tests/games/ |
H A D | t_factor.sh | 29 echo "${2}" >expout 34 atf_check -s eq:0 -o file:expout -e empty /usr/games/factor ${1}
|
/freebsd/usr.bin/find/tests/ |
H A D | find_test.sh | 45 echo -e "test\ntest/file1\ntest/file2" > expout 47 atf_check -s exit:0 -o file:expout sort < output
|
/freebsd/contrib/lutok/ |
H A D | examples_test.sh | 101 cat >expout <<EOF 106 atf_check -s exit:0 -o file:expout ./raii
|
/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | t_df.sh | 35 cat >expout <<EOF 82 atf_check -s eq:0 -o file:expout -e empty \ 93 cat >expout <<EOF 140 atf_check -s eq:0 -o file:expout -e empty \
|