Home | History | Annotate | Download | only in sh

Lines Matching refs:say

662 			say() {
669 say hello
688 grep >/dev/null 2>&1 'say.*hello' X-trace &&
689 atf_fail "T5: -X tracing included 'say' after funct redirect"
690 grep >/dev/null 2>&1 'say.*hello' X-trace-fn ||
691 atf_fail "T5: -X funct tracing missed 'say'"
699 say() {
706 say hello
724 grep >/dev/null 2>&1 'say.*hello' X-trace &&
725 atf_fail "T6: -X tracing included 'say' after funct redirect"
731 -e match:say -e match:traced -e not-match:notrace \
733 say() {
741 say traced
743 say notrace
762 grep >/dev/null 2>&1 'say.*hello' X-trace &&
763 atf_fail "T7: -X tracing included 'say' after funct +X"
770 say() {
777 say "g'\''day"
779 say bye-bye
783 say hello
785 say goodbye
814 grep >/dev/null 2>&1 'say.*hello' X-trace &&
815 atf_fail "T8: -X tracing included 'say' after fn2 +X"
816 grep >/dev/null 2>&1 'say.*hello' X-trace-fn &&
817 atf_fail "T8: -X fn tracing included 'say' after fn2 +X"