Lines Matching refs:not

30 # Any failures in this first test means it is not worth bothering looking
245 test -f Output || atf_fail "#$T: Did not make Output file"
249 test -f Output || atf_fail "#$T: Did not make Output file"
253 test -f Output || atf_fail "#$T: Did not make Output file"
259 test -s Output || atf_fail "#$T: Did not make non-empty Output file"
265 test -s Output || atf_fail "#$T: Did not make non-empty Output file"
362 test -e "file-$n" || atf_fail "file-$n not created"
365 atf_fail "file-$n contains '$C' not 'nothing $n'"
445 echo >&2 "file-$f contains '${var}' not 'Hello $f'"
547 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'echo foo>'
548 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'read foo<'
549 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'echo foo<>'
550 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
552 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
554 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
556 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
558 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
560 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
562 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
564 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
570 test -f Output && atf_file "File 'Output' appeared and should not have"
575 test -f Output || atf_file "File 'Output' not created when it should"
582 test -f Output && atf_file "File 'Output' appeared and should not have"
583 test -f '>' || atf_file "File '>' not created when it should"
597 # nb: the printf is not executed, it is data
818 # Tests with sh reading stdin, which is not quite the same internal
863 # cmdsub does not complete before f g (and h) exit,