Lines Matching refs:exp
106 exp=Done
107 print -p $'print hello | cat\nprint '$exp
111 if [[ $got != $exp ]]
112 then err_exit "${SHELL-ksh} coprocess io failed -- got '$got', expected '$exp'"
245 exp=ksh
251 [[ $got == $exp ]] || err_exit "coshell(3) identification sequence failed -- expected '$exp', got '$got'"
259 exp=ok
267 [[ $got == $exp ]] || err_exit "main coprocess main query failed -- expected $exp, got '$got'"
278 [[ $got == $exp ]] || err_exit "main coprocess subshell query failed -- expected $exp, got '$got'"
283 exp='no coprocess'
292 else got=$exp
294 [[ $got == $exp ]] || err_exit "subshell coprocess main query failed -- expected $exp, got '$got'"
306 else got=$exp
308 [[ $got == $exp ]] || err_exit "subshell coprocess subshell query failed -- expected $exp, got '$got'"