Lines Matching full:foo*
625 ${TEST_SH} -c 'case x in (whatever) >foo;; esac'
628 ${TEST_SH} -c 'case x in (whatever) >foo 2>&1;; esac'
631 ${TEST_SH} -c 'case x in (whatever) >foo 2>&1 </dev/null;; esac'
644 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'echo foo>'
645 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'read foo<'
646 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'echo foo<>'
686 ${TEST_SH} -c ': > OutDir/stdout; printf foo'
688 ${TEST_SH} -c ': > OutDir/stdout || printf foo; printf bar'
691 atf-check -s exit:0 -o inline:foobar -e not-empty \
692 ${TEST_SH} -c '> OutDir/stdout || printf foo; printf bar'
695 atf-check -s exit:0 -o inline:foobar -e not-empty ${TEST_SH} -c \
696 'command : > OutDir/stdout || printf foo; printf bar'
698 ${TEST_SH} -c ': <> OutDir/stdout; printf foo'
701 ${TEST_SH} -c ': >&8 ; printf foo'
703 ${TEST_SH} -c ': >&8 || printf foo; printf bar'
706 atf-check -s exit:0 -o inline:foobar -e not-empty \
707 ${TEST_SH} -c '>&8 || printf foo; printf bar'
710 atf-check -s exit:0 -o inline:foobar -e not-empty ${TEST_SH} -c \
711 'command : >&7 || printf foo; printf bar'
942 do printf '%s' @$i; f $i >&3; done >foo
944 printf '%s\n' foo=$(cat foo)