Lines Matching refs:got
110 got=$REPLY
111 if [[ $got != $exp ]]
112 then err_exit "${SHELL-ksh} coprocess io failed -- got '$got', expected '$exp'"
246 got=$(print -r $'#00315
251 [[ $got == $exp ]] || err_exit "coshell(3) identification sequence failed -- expected '$exp', got '…
264 then read -p got
265 else got='no coprocess'
267 [[ $got == $exp ]] || err_exit "main coprocess main query failed -- expected $exp, got '$got'"
275 then read -p got
276 else got='no coprocess'
278 [[ $got == $exp ]] || err_exit "main coprocess subshell query failed -- expected $exp, got '$got'"
291 then read -p got
292 else got=$exp
294 [[ $got == $exp ]] || err_exit "subshell coprocess main query failed -- expected $exp, got '$got'"
305 then read -p got
306 else got=$exp
308 [[ $got == $exp ]] || err_exit "subshell coprocess subshell query failed -- expected $exp, got '$go…