Lines Matching full:shell
88 This is the custom shell
92 cat >custom-shell <<EOF
94 echo "This is the custom shell"
97 chmod +x custom-shell
100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp
107 This is the custom shell
111 cat >custom-shell <<EOF
113 echo "This is the custom shell"
116 chmod +x custom-shell
119 tp "-s$(pwd)/custom-shell"
131 cat >custom-shell <<EOF
135 chmod +x custom-shell
147 "${ATF_SH}" -s ./custom-shell tp helper