Lines Matching refs:tp
57 create_test_program tp <<EOF
69 >>>./tp<<<
73 atf_check -s eq:0 -o file:expout -e empty ./tp ' a b ' foo
76 >>>tp<<<
80 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" tp \
99 echo 'main() { echo "This is the test program"; }' | create_test_program tp
100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp
119 tp "-s$(pwd)/custom-shell"
120 atf_check -s eq:0 -o file:expout -e empty ./tp
137 cat >tp <<EOF
147 "${ATF_SH}" -s ./custom-shell tp helper