HomeSort by: relevance | last modified time | path
    Searched refs:atf_check (Results 1 - 25 of 342) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/dirname/
t_dirname.sh 35 atf_check -o inline:"/\n" dirname /
36 atf_check -o inline:"/\n" dirname //
37 atf_check -o inline:"/usr\n" dirname /usr/bin/
38 atf_check -o inline:"//usr\n" dirname //usr//bin//
39 atf_check -o inline:".\n" dirname usr
40 atf_check -o inline:".\n" dirname ""
41 atf_check -o inline:"/\n" dirname /usr
42 atf_check -o inline:"/usr\n" dirname /usr/bin
43 atf_check -o inline:"usr\n" dirname usr/bin
  /src/tests/usr.bin/stat/
t_stat.sh 38 atf_check -o 'inline:plain <Ümläute>\n' \
41 atf_check -o 'inline:right-aligned < Ümläute>\n' \
44 atf_check -o 'inline:left-aligned <Ümläute >\n' \
47 atf_check -s exit:1 -o ignore -e 'inline:stat: % SN: bad format\n' \
50 atf_check -s exit:1 -o ignore -e 'inline:stat: %+SN: bad format\n' \
53 atf_check -s exit:1 -o ignore -e 'inline:stat: %0SN: bad format\n' \
56 atf_check -o 'inline:vis <\303\234ml\303\244ute>\n' \
59 atf_check -o 'inline:vis left-aligned <\303\234ml\303\244ute >\n' \
62 atf_check -o 'inline:vis right-aligned < \303\234ml\303\244ute>\n' \
  /src/tests/usr.bin/sed/
t_sed.sh 39 atf_check -s exit:0 -o inline:'foo\n' -e empty \
50 atf_check -o inline:"foo1bar1\n" \
53 atf_check -o inline:"foobar\n" \
68 atf_check -o save:output -x "echo x | sed s,x,${str},g"
69 atf_check -s exit:0 -o empty -e empty -x "diff input output"
80 atf_check -o inline:"D\n" \
82 atf_check -o inline:"A\n" \
85 atf_check -o inline:"C\n" \
88 atf_check -o inline:"D\nE\n" \
91 atf_check -o inline:"B\nB\nC\nD\n"
    [all...]
  /src/tests/usr.bin/tr/
t_basic.sh 40 atf_check -o inline:'abcde\n' -x 'echo abcde | tr -d x'
41 atf_check -o inline:'abde\n' -x 'echo abcde | tr -d c'
42 atf_check -o inline:'ace\n' -x 'echo abcde | tr -d bd'
43 atf_check -o inline:'ae\n' -x 'echo abcde | tr -d b-d'
44 atf_check -o inline:'b\n' -x 'echo abcde | tr -d ac-e'
45 atf_check -o inline:'d\n' -x 'echo abcde | tr -d a-ce'
46 atf_check -o inline:'aei\n' -x 'echo abcdefghi | tr -d b-df-h'
48 atf_check -o inline:'' -x 'echo abcde | tr -c -d x'
49 atf_check -o inline:'c' -x 'echo abcde | tr -c -d c'
50 atf_check -o inline:'bd' -x 'echo abcde | tr -c -d bd
    [all...]
  /src/tests/usr.bin/compress/
t_pr_19722.sh 36 atf_check compress file
38 atf_check -o 'inline:hello\n' cat file
39 atf_check test ! -f file.Z
51 atf_check compress -f file
53 atf_check test ! -f file
54 atf_check \
65 atf_check -e 'ignore' dd if=/dev/urandom of=file bs=4k count=10
66 atf_check cp file original
68 atf_check compress -f file
69 atf_check uncompress file.
    [all...]
  /src/tests/net/if/
t_ifconf.sh 45 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${RUMP_SERVER1}
51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list
55 atf_check -s exit:0 rump.ifconfig shmif0 create
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list
60 atf_check -s exit:0 rump.ifconfig shmif1 create
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list
65 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbu
    [all...]
t_ifconfig.sh 50 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${RUMP_SERVER1}
55 atf_check -s exit:0 rump.ifconfig shmif0 create
56 atf_check -s exit:0 rump.ifconfig shmif0 destroy
59 atf_check -s exit:0 rump.ifconfig shmif0 create
60 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
61 atf_check -s exit:0 rump.ifconfig shmif0 192.168.0.1/24
62 atf_check -s exit:0 rump.ifconfig shmif0 up
63 atf_check -s exit:0 rump.ifconfig shmif0 destroy
66 atf_check -s exit:0 rump.ifconfig shmif0 create
67 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbu
    [all...]
  /src/tests/sbin/fsck_ffs/
t_extattr.sh 57 atf_check mkdir -p "${MNT}"
59 atf_check -o ignore newfs -O2 -s 4m -F "${IMG}"
60 atf_check vnconfig "${VND}" "${IMG}"
63 atf_check -o ignore -e 'match:POSIX1e ACLs not supported by this fs' \
65 atf_check mount -t ffs "${BDEV}" "${MNT}"
66 atf_check touch "${MNT}/file"
67 atf_check -s exit:1 -e ignore setextattr user name1 value1 "${MNT}/file"
68 atf_check umount "${MNT}"
71 atf_check -o 'match:ENABLING EXTATTR SUPPORT' \
75 atf_check -o 'match:POSIX1e ACLs set' -e ignore
    [all...]
  /src/tests/usr.bin/mkdep/
t_mkdep.sh 38 atf_check touch sample.c
40 atf_check mkdep -f sample.d -P some/path/ sample.c
41 atf_check -o ignore grep '^some/path/sample.o:' sample.d
51 atf_check touch sample.c
54 atf_check mkdep -f sample.d sample.c
55 atf_check -o ignore grep '^sample.o:' sample.d
58 atf_check mkdep -f sample.d -s '.a .b' sample.c
59 atf_check -o ignore grep '^sample.b sample.a:' sample.d
62 atf_check mkdep -f sample.d -s '' sample.c
63 atf_check -o ignore grep '^sample:' sample.
    [all...]
  /src/tests/fs/ffs/
quotas_common.sh 6 atf_check -s exit:0 env RUMP_SERVER=unix://${s} rump.halt;
9 atf_check -s exit:0 -o "match:already clean" \
  /src/tests/net/mpls/
t_ldp_regen.sh 51 RUMP_SERVER=${RUMP_SERVER4} atf_check -s exit:0 \
53 RUMP_SERVER=${RUMP_SERVER4} atf_check -s exit:0 \
59 RUMP_SERVER=${RUMP_SERVER1} atf_check -s exit:0 -o ignore -e ignore \
71 atf_check -s exit:0 rump.ifconfig shmif0 create
72 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
73 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.1/24
74 atf_check -s exit:0 rump.ifconfig mpls0 create up
75 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
76 atf_check -s exit:0 rump.route -q add 10.0.4.0/24 10.0.1.2
77 atf_check -s exit:0 rump.route -q add 10.0.5.0/24 10.0.1.
    [all...]
t_mpls_fw64.sh 50 atf_check -s exit:0 rump.ifconfig shmif0 create
51 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
52 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::1/64 alias
53 atf_check -s exit:0 rump.ifconfig mpls0 create up
54 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
55 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
56 atf_check -s exit:0 rump.route -q add -inet6 fd00:1234:0:3::/64 \
62 atf_check -s exit:0 rump.ifconfig shmif0 create
63 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
64 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::2/64 alia
    [all...]
t_mpls_fw6.sh 54 atf_check -s exit:0 rump.ifconfig shmif0 create
55 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
56 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::1/64 alias
57 atf_check -s exit:0 rump.ifconfig mpls0 create up
58 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
59 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
60 atf_check -s exit:0 rump.route -q add -inet6 fd00:1234:0:3::/64 \
66 atf_check -s exit:0 rump.ifconfig shmif0 create
67 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
68 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::2/64 alia
    [all...]
  /src/tests/bin/sleep/
t_sleep.sh 39 atf_check -s exit:0 -o empty -e empty -x "sleep 0.1"
40 atf_check -s exit:0 -o empty -e empty -x "sleep 0.2"
41 atf_check -s exit:0 -o empty -e empty -x "sleep 0.3"
45 atf_check -s exit:0 -o empty -e empty -x "LC_ALL=ru_RU.UTF-8 sleep 0.2"
48 atf_check -s exit:0 -o empty -e empty -x "LC_ALL=ru_RU.UTF-8 sleep 0,2"
58 atf_check -s exit:0 -o empty -e empty -x "sleep 0x01"
59 atf_check -s exit:0 -o empty -e empty -x "sleep 0x0.F"
60 atf_check -s exit:0 -o empty -e empty -x "sleep 0x.B"
71 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep xyz"
72 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep x21
    [all...]
  /src/tests/compat/linux/
t_inotify.sh 38 atf_check -s exit:0 "$(atf_get_srcdir)/h_inotify_init"
49 atf_check -s exit:0 "$(atf_get_srcdir)/h_inotify_single_file"
60 atf_check -s exit:0 "$(atf_get_srcdir)/h_inotify_directory"
71 atf_check -s exit:0 "$(atf_get_srcdir)/h_inotify_watch_change"
  /src/tests/usr.bin/xlint/lint1/
t_usage.sh 37 atf_check \
41 atf_check \
45 atf_check \
51 atf_check \
57 atf_check \
63 atf_check \
67 atf_check \
73 atf_check \
85 atf_check \
91 atf_check \
    [all...]
  /src/tests/bin/sh/
t_arith.sh 116 atf_check -s exit:0 -o inline:'1\n' -e empty ${TEST_SH} -c \
118 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
120 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
124 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
128 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
131 atf_check -s exit:0 -o inline:'1\n' -e empty \
133 atf_check -s exit:0 -o inline:'0\n' -e empty \
136 atf_check -s exit:0 -o inline:'99999\n' -e empty \
140 atf_check -s exit:0 -o inline:'9191919191919\n' -e empty \
143 atf_check -s exit:0 -o inline:'13\n' -e empty ${TEST_SH} -c
    [all...]
  /src/tests/lib/libc/hash/
t_hash.sh 45 atf_check -o file:"$(datadir)/md5test-out" -x \
56 atf_check -o file:"$(datadir)/sha1test-out" -x \
59 atf_check -o file:"$(datadir)/sha1test2-out" -x \
  /src/tests/usr.bin/basename/
t_basename.sh 35 atf_check -o inline:"bin\n" basename /usr/bin
36 atf_check -o inline:"usr\n" basename /usr
37 atf_check -o inline:"/\n" basename /
38 atf_check -o inline:"/\n" basename ///
39 atf_check -o inline:"usr\n" basename /usr//
40 atf_check -o inline:"bin\n" basename //usr//bin
41 atf_check -o inline:"usr\n" basename usr
42 atf_check -o inline:"bin\n" basename usr/bin
52 atf_check -o inline:"bi\n" basename /usr/bin n
53 atf_check -o inline:"bin\n" basename /usr/bin bi
    [all...]
  /src/tests/usr.bin/m4/
t_m4.sh 37 atf_check -o file:"$(atf_get_srcdir)/d_ff_after_dnl.out" \
40 atf_check -o file:"$(atf_get_srcdir)/d_m4wrap.out" \
43 atf_check -o file:"$(atf_get_srcdir)/d_m4wrap-P.out" \
  /src/tests/usr.sbin/certctl/
t_certctl.sh 106 atf_check -s exit:0 $CERTCTL -n rehash
111 atf_check -s exit:0 $CERTCTL -n untrust "$diginotar"
113 atf_check -s not-exit:0 -e match:currently \
118 atf_check -s exit:0 $CERTCTL rehash
129 atf_check -s exit:0 -o inline:"$cert" \
157 atf_check -s exit:0 test -f certs/ca-certificates.crt
158 atf_check -s exit:0 test ! -h certs/ca-certificates.crt
159 atf_check -s exit:0 -o inline:'100644\n' \
170 atf_check -s exit:0 $CERTCTL untrust "$diginotar"
171 atf_check -s exit:0 test -e "untrusted/$diginotar_base
    [all...]
  /src/tests/fs/tmpfs/
t_rename.sh 41 atf_check -s exit:0 -o empty -e empty mkdir a
42 atf_check -s exit:1 -o empty -e ignore mv a/. c
43 atf_check -s exit:1 -o empty -e ignore mv a/.. c
44 atf_check -s exit:0 -o empty -e empty rmdir a
57 atf_check -s exit:0 -o empty -e empty mkdir a
58 atf_check -s exit:1 -o empty -e save:stderr \
60 atf_check -s exit:0 -o ignore -e empty grep "Cross-device link" stderr
61 atf_check -s exit:0 -o empty -e empty test -d a
62 atf_check -s exit:0 -o empty -e empty rmdir a
75 atf_check -s exit:0 -o empty -e empty mkdir
    [all...]
  /src/tests/net/if_tun/
t_tun.sh 50 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${SOCK_LOCAL}
76 atf_check -s exit:0 -o match:" $flags " -e ignore -x \
78 atf_check -s exit:0 -o match:" $gw " -e ignore -x \
80 atf_check -s exit:0 -o match:" $iface" -e ignore -x \
87 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${SOCK_LOCAL}
88 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${SOCK_REMOTE}
92 atf_check -s exit:0 rump.ifconfig shmif0 create
93 atf_check -s exit:0 rump.ifconfig shmif0 linkstr $BUS
94 atf_check -s exit:0 rump.ifconfig shmif0 ${IP_LOCAL}/24 up
95 atf_check -s exit:0 rump.ifconfig -w 1
    [all...]
  /src/tests/net/arp/
t_dad.sh 63 atf_check -s exit:0 rump.ifconfig shmif0 inet $ip/24
64 atf_check -s exit:0 rump.ifconfig shmif0 up
65 atf_check -s exit:0 rump.ifconfig -w 10
99 atf_check -s exit:0 -o match:'3 -> 5' \
102 atf_check -s exit:0 rump.ifconfig shmif0 inet 10.0.0.1/24
103 atf_check -s exit:0 rump.ifconfig shmif0 inet 10.0.0.2/24 alias
106 atf_check -s exit:0 rump.ifconfig shmif0 up
111 atf_check -s exit:0 -o not-match:'10\.0\.0\.1.+TENTATIVE' cat ./out
113 atf_check -s exit:0 -o match:'10\.0\.0\.2.+TENTATIVE' cat ./out
115 atf_check -s exit:0 sleep
    [all...]
  /src/tests/usr.bin/cmp/
t_cmp.sh 41 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s a x"
42 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s x a"
43 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s x y"
44 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s y x"
58 atf_check -s exit:0 -o empty -e empty -x "cmp a b '10'"
59 atf_check -s exit:0 -o empty -e empty -x "cmp a b '0xa'"
60 atf_check -s exit:1 -o not-empty -e empty -x "cmp a b '9'"

Completed in 78 milliseconds

1 2 3 4 5 6 7 8 91011>>