Lines Matching refs:not
19 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
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"
73 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep /3"
74 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep 3+1"
75 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep 0xFG"
78 atf_check -s not-exit:0 -o empty -e not-empty -x "LC_ALL=C sleep 3,1"
81 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep"
84 atf_check -s not-exit:0 -o empty -e not-empty -x "sleep 1 2"