Lines Matching refs:FOUND
436 atf_check -s exit:0 -e empty -o match:VAR= -o match:FOUND=foobar \
440 printf %s\\n FOUND=${VAR-unset}'
441 atf_check -s exit:0 -e empty -o match:VAR -o match:FOUND=unset \
445 printf %s\\n FOUND=${VAR-unset}'
601 atf_check -s exit:0 -e empty -o match:MYVAR= -o match:FOUND=foobar \
605 printf %s\\n FOUND=${MYVAR-unset}'
606 atf_check -s exit:0 -e empty -o match:MYVAR\$ -o match:FOUND=unset \
610 printf %s\\n "FOUND=${MYVAR-unset}"'
611 atf_check -s exit:0 -e empty -o match:MYVAR= -o match:FOUND=empty \
615 printf %s\\n "FOUND=${MYVAR-unset&}${MYVAR:-empty}"'