Lines Matching full:foo*
138 ${TEST_SH} -c 'echo __$( echo foo$(echo bar)bletch )__'
151 ${TEST_SH} -c 'echo __` echo foo\`echo bar\`bletch `__'
167 ${TEST_SH} -c 'echo __$( echo foo`echo bar`bletch )__'
169 ${TEST_SH} -c 'echo __` echo foo$(echo bar)bletch `__'
288 atf_check -s exit:0 -o match:'foo' -e empty \
289 ${TEST_SH} -c 'X=set; echo ${X+$(echo foo)}'
291 ${TEST_SH} -c 'X=set; echo ${X-$(echo foo)}'
294 ${TEST_SH} -c 'X=set; echo ${X-$(echo foo > bar)}'
297 ${TEST_SH} -c 'X=set; echo ${X+$(echo foo > bar)}'
306 atf_check -s exit:0 -o match:'foo' -e empty \
307 ${TEST_SH} -c 'X=set; echo ${X+`echo foo`}'
309 ${TEST_SH} -c 'X=set; echo ${X-`echo foo`}'
312 ${TEST_SH} -c 'X=set; echo ${X-`echo foo > bar`}'
315 ${TEST_SH} -c 'X=set; echo ${X+`echo foo > bar`}'