Lines Matching full:empty
40 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
80 atf_check -s eq:0 -o empty -e empty ln -s d e
81 atf_check -s eq:0 -o empty -e empty touch d/foo
82 atf_check -s eq:0 -o empty -e empty test -f d/foo
83 atf_check -s eq:0 -o empty -e empty test -f e/foo
97 atf_check -s eq:0 -o empty -e empty mkdir dir
100 atf_check -s eq:0 -o empty -e empty rm dir/a
101 atf_check -s eq:0 -o empty -e empty rmdir dir