Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 2250) sorted by relevance

12345678910>>...90

/NextBSD/contrib/netbsd-tests/fs/tmpfs/
HDt_rename.sh41 atf_check -s eq:0 -o empty -e empty mkdir a
42 atf_check -s eq:1 -o empty -e ignore mv a/. c
43 atf_check -s eq:1 -o empty -e ignore mv a/.. c
44 atf_check -s eq:0 -o empty -e empty rmdir a
57 atf_check -s eq:0 -o empty -e empty mkdir a
58 atf_check -s eq:1 -o empty -e save:stderr \
60 atf_check -s eq:0 -o ignore -e empty grep "Cross-device link" stderr
61 atf_check -s eq:0 -o empty -e empty test -d a
62 atf_check -s eq:0 -o empty -e empty rmdir a
75 atf_check -s eq:0 -o empty -e empty mkdir a
[all …]
HDt_rmdir.sh41 atf_check -s eq:1 -o empty -e ignore rmdir ${Mount_Point}
55 atf_check -s eq:1 -o empty -e ignore rmdir non-existent
68 atf_check -s eq:0 -o empty -e empty mkdir a
72 atf_check -s eq:0 -o empty -e empty rmdir a
88 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c
89 atf_check -s eq:0 -o empty -e empty rmdir a/b/c
90 atf_check -s eq:0 -o empty -e empty rmdir a/b
91 atf_check -s eq:0 -o empty -e empty rmdir a
104 atf_check -s eq:0 -o empty -e empty mkdir a
105 atf_check -s eq:1 -o empty -e ignore rmdir a/.
[all …]
HDt_symlink.sh40 atf_check -s eq:0 -o empty -e empty touch a
41 atf_check -s eq:0 -o empty -e empty ln -s a b
45 atf_check -s eq:0 -o empty -e empty -x 'echo foo >a'
61 atf_check -s eq:0 -o empty -e empty touch b
62 atf_check -s eq:0 -o empty -e empty ln -s /bin/cp cp
63 atf_check -s eq:0 -o empty -e empty ./cp b c
64 atf_check -s eq:0 -o empty -e empty test -f c
77 atf_check -s eq:0 -o empty -e empty mkdir d
78 atf_check -s eq:1 -o empty -e empty test -f d/foo
79 atf_check -s eq:1 -o empty -e empty test -f e/foo
[all …]
HDt_readdir.sh41 atf_check -s eq:0 -o save:stdout -e empty /bin/ls -a
42 atf_check -s eq:0 -o ignore -e empty grep '^\.$' stdout
43 atf_check -s eq:0 -o ignore -e empty grep '^\..$' stdout
57 atf_check -s eq:0 -o empty -e empty mkdir dir
58 atf_check -s eq:0 -o empty -e empty touch reg
59 atf_check -s eq:0 -o empty -e empty ln -s reg lnk
60 atf_check -s eq:0 -o empty -e empty mknod blk b 0 0
61 atf_check -s eq:0 -o empty -e empty mknod chr c 0 0
62 atf_check -s eq:0 -o empty -e empty mknod fifo p
63 atf_check -s eq:0 -o empty -e empty \
[all …]
HDt_remove.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
43 atf_check -s eq:0 -o empty -e empty rm a
44 atf_check -s eq:1 -o empty -e empty test -f a
58 atf_check -s eq:0 -o empty -e empty touch a
59 atf_check -s eq:0 -o empty -e empty chflags uchg a
60 atf_check -s eq:1 -o empty -e ignore rm -f a
61 atf_check -s eq:0 -o empty -e empty chflags nouchg a
62 atf_check -s eq:0 -o empty -e empty rm a
[all …]
HDt_mkdir.sh42 atf_check -s eq:1 -o empty -e empty test -d a
43 atf_check -s eq:0 -o empty -e empty mkdir a
44 atf_check -s eq:0 -o empty -e empty test -d a
62 atf_check -s eq:1 -o empty -e empty test -d ${d}
63 atf_check -s eq:0 -o empty -e empty mkdir ${d}
64 atf_check -s eq:0 -o empty -e empty test -d ${d}
80 atf_check -s eq:1 -o empty -e empty test -d a/b/c/d/e
81 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c/d/e
82 atf_check -s eq:0 -o empty -e empty test -d a/b/c/d/e
101 atf_check -s eq:0 -o empty -e empty mkdir b c
[all …]
HDt_link.sh41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty touch z
48 atf_check -s eq:0 -o empty -e empty ln a b
58 atf_check -s eq:0 -o empty -e empty rm a
61 atf_check -s eq:0 -o empty -e empty rm b
75 atf_check -s eq:0 -o empty -e empty touch a
76 atf_check -s eq:0 -o empty -e empty mkdir c
77 atf_check -s eq:0 -o empty -e empty ln a c/b
87 atf_check -s eq:0 -o empty -e empty rm a
90 atf_check -s eq:0 -o empty -e empty rm c/b
[all …]
HDt_setattr.sh41 atf_check -s eq:0 -o empty -e empty mkdir own
43 atf_check -s eq:0 -o empty -e empty chown 1234 own
60 atf_check -s eq:0 -o empty -e empty mkdir ownq
75 atf_check -s eq:0 -o empty -e empty mkdir grp
77 atf_check -s eq:0 -o empty -e empty chgrp 5678 grp
94 atf_check -s eq:0 -o empty -e empty mkdir grpq
110 atf_check -s eq:0 -o empty -e empty mkdir owngrp
111 atf_check -s eq:0 -o empty -e empty chown 1234:5678 owngrp
128 atf_check -s eq:0 -o empty -e empty mkdir owngrpp
143 atf_check -s eq:0 -o empty -e empty mkdir mode
[all …]
HDt_create.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
62 atf_check -s eq:1 -o empty -e empty test -f a
63 atf_check -s eq:0 -o empty -e empty touch a
64 atf_check -s eq:0 -o empty -e empty test -f a
74 atf_check -s eq:0 -o empty -e empty mkdir b c
76 atf_check -s eq:0 -o empty -e empty chown ${user}:0 b
81 atf_check -s eq:0 -o empty -e empty chown ${user}:100 c
86 atf_check -s eq:0 -o empty -e empty su -m ${user} -c 'touch b/a'
[all …]
HDt_dots.sh37 atf_check -s eq:0 -o empty -e empty mkdir a
38 atf_check -s eq:0 -o empty -e empty test -d ./a
39 atf_check -s eq:0 -o empty -e empty test -d a/../a
53 atf_check -s eq:0 -o empty -e empty mkdir a
54 atf_check -s eq:0 -o empty -e empty mkdir a/b
55 atf_check -s eq:0 -o empty -e empty test -d a/b/../b
56 atf_check -s eq:0 -o empty -e empty test -d a/b/../../a
HDt_trail_slash.sh38 atf_check -s eq:0 -o empty -e empty mkdir a/
39 atf_check -s eq:0 -o empty -e empty touch a/b
40 atf_check -s eq:0 -o empty -e empty test -f a/b
41 atf_check -s eq:0 -o empty -e empty rm a/b
42 atf_check -s eq:0 -o empty -e empty rmdir a/
HDt_mknod.sh41 atf_check -s eq:0 -o empty -e empty mknod fd0a b 2 0
59 atf_check -s eq:0 -o empty -e empty mkdir dir
75 atf_check -s eq:0 -o empty -e empty mknod null c 2 2
93 atf_check -s eq:0 -o empty -e empty mkdir dir
109 atf_check -s eq:0 -o empty -e empty mknod pipe p
126 atf_check -s eq:0 -o empty -e empty mkdir dir
/NextBSD/usr.sbin/makefs/tests/
HDmakefs_cd9660_tests.sh60 atf_check -e empty -o empty -s exit:0 test -L $TEST_INPUTS_DIR/c
61 atf_check -e empty -o empty -s exit:0 test -f $TEST_MOUNT_DIR/c
71 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
73 atf_check -e empty -o not-empty -s exit:0 \
76 atf_check -e empty -o empty -s exit:0 \
78 atf_check -e empty -o save:dupe_$TEST_SPEC_FILE -s exit:0 \
81 atf_check -e empty -o not-empty -s not-exit:0 \
83 atf_check -e empty -o not-empty -s exit:0 \
96 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
99 atf_check -e empty -o empty -s exit:0 \
[all …]
HDmakefs_tests_common.sh87 atf_check -e empty -o empty -s exit:0 \
95 atf_check -e empty -s exit:0 mkdir -m 0777 -p $TEST_MOUNT_DIR
96 atf_check -e empty -s exit:0 mkdir -m 0777 -p $TEST_INPUTS_DIR
105 atf_check -e empty -s exit:0 mkdir -m 0755 -p a/b/1
106 atf_check -e empty -s exit:0 ln -s a/b c
107 atf_check -e empty -s exit:0 touch d
108 atf_check -e empty -s exit:0 ln d e
109 atf_check -e empty -s exit:0 touch .f
110 atf_check -e empty -s exit:0 mkdir .g
115 atf_check -e empty -s exit:0 touch klmn
[all …]
HDmakefs_ffs_tests.sh50 atf_check -e save:$TEST_TUNEFS_OUTPUT -o empty -s exit:0 \
63 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
65 atf_check -e empty -o not-empty -s exit:0 \
68 atf_check -e empty -o empty -s exit:0 \
70 atf_check -e empty -o save:dupe_$TEST_SPEC_FILE -s exit:0 \
73 atf_check -e empty -o not-empty -s not-exit:0 \
75 atf_check -e empty -o not-empty -s exit:0 \
88 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
91 atf_check -e empty -o not-empty -s exit:0 \
107 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
[all …]
/NextBSD/bin/ls/tests/
HDls_tests.sh40 atf_check -e empty -s exit:0 mkdir -m 0777 -p $TEST_INPUTS_DIR
48 atf_check -e empty -s exit:0 mkdir -m 0755 -p a/b/1
49 atf_check -e empty -s exit:0 ln -s a/b c
50 atf_check -e empty -s exit:0 touch d
51 atf_check -e empty -s exit:0 ln d e
52 atf_check -e empty -s exit:0 touch .f
53 atf_check -e empty -s exit:0 mkdir .g
54 atf_check -e empty -s exit:0 mkfifo h
56 atf_check -e empty -s exit:0 touch klmn
57 atf_check -e empty -s exit:0 touch opqr
[all …]
/NextBSD/contrib/netbsd-tests/usr.bin/id/
HDt_id.sh45 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
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
55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent
62 atf_check -s eq:0 -o ignore -e empty grep ^usage: stderr
76 atf_check -s eq:1 -o empty -e save:stderr \
[all …]
/NextBSD/contrib/netbsd-tests/bin/cp/
HDt_cp.sh65 atf_check -s eq:0 -o empty -e empty cp file file2
83 atf_check -s eq:0 -o empty -e empty cp -p file file3
95 atf_check -s eq:0 -o empty -e empty cp -p -N file file3
109 atf_check -s eq:0 -o empty -e empty cp file2 link
120 atf_check -s eq:1 -o empty -e ignore cp link file
121 atf_check -s eq:0 -o empty -e empty cp link file2
132 atf_check -s eq:0 -o empty -e empty cp -P file link
143 atf_check -s eq:0 -o empty -e empty cp -P link file
156 atf_check -s eq:1 -o empty -e ignore cp file file2 file3
157 atf_check -s eq:0 -o empty -e empty cp file file2 link dir
[all …]
/NextBSD/contrib/netbsd-tests/modules/
HDt_modload.sh30 atf_check -s eq:0 -o file:expout -e empty sysctl ${1}
52 atf_check -s eq:1 -o empty -e ignore modload non-existent.o
54 atf_check -s eq:0 -o empty -e empty \
59 atf_check -s eq:0 -o empty -e empty modunload k_helper
74 atf_check -s eq:1 -o empty -e save:stderr \
76 atf_check -s eq:0 -o ignore -e empty \
79 atf_check -s eq:1 -o empty -e save:stderr \
81 atf_check -s eq:0 -o ignore -e empty \
84 atf_check -s eq:1 -o empty -e save:stderr \
86 atf_check -s eq:0 -o ignore -e empty \
[all …]
/NextBSD/contrib/netbsd-tests/fs/psshfs/
HDt_psshfs.sh75 atf_check -s eq:0 -o empty -e empty cp /usr/libexec/sftp-server .
76 atf_check -s eq:0 -o empty -e empty \
78 atf_check -s eq:0 -o empty -e empty \
80 atf_check -s eq:0 -o empty -e empty chmod 400 ssh_host_key
81 atf_check -s eq:0 -o empty -e empty chmod 444 ssh_host_key.pub
90 atf_check -s eq:0 -o empty -e empty \
92 atf_check -s eq:0 -o empty -e empty \
97 atf_check -s eq:0 -o empty -e empty chmod 600 authorized_keys
122 atf_check -s eq:0 -o empty -e empty \
162 atf_check -s eq:0 -o empty -e empty \
[all …]
/NextBSD/contrib/netbsd-tests/usr.bin/cmp/
HDt_cmp.sh41 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'"
/NextBSD/contrib/netbsd-tests/bin/sleep/
HDt_sleep.sh39 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"
51 atf_check -s exit:0 -o empty -e empty -x "sleep 0x01"
62 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep xyz"
63 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep x21"
64 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep /3"
/NextBSD/usr.bin/timeout/tests/
HDtimeout.sh12 -o empty \
13 -e empty \
27 -o empty \
28 -e empty \
33 -o empty \
34 -e empty \
39 -o empty \
40 -e empty \
45 -o empty \
46 -e empty \
[all …]
/NextBSD/bin/sh/tests/builtins/
HDlocale1.020 case $(command . /var/empty/foo 2>&1) in
27 case $(LC_ALL=C command . /var/empty/foo 2>&1) in
33 case $(LC_ALL=C LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
39 case $(LC_ALL=C LC_MESSAGES=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
45 case $(LC_CTYPE=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
52 case $(export LANG=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
58 case $(export LC_MESSAGES=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
64 case $(export LC_ALL=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
70 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
76 case $(LC_MESSAGES=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in
[all …]
/NextBSD/contrib/atf/atf-c++/
Dpkg_config_test.sh45 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}"
76 atf_check -s eq:0 -o save:stdout -e empty \
100 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++
104 atf_check -s eq:0 -o save:stdout -e empty \
107 atf_check -s eq:0 -o save:stdout -e empty \
113 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp
114 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
132 atf_check -s eq:0 -o empty -e empty test -x tp
133 atf_check -s eq:0 -o match:'Running' -e empty -x \

12345678910>>...90