HomeSort by: relevance | last modified time | path
    Searched refs:atf_check (Results 1 - 25 of 684) 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
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' \
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...]
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...]
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...]
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_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...]
  /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...]
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...]
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" \
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_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...]
  /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...]
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"
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...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>