Lines Matching refs:got
53 [[ $g == $2 ]] || err_exit "umask 0; umask $1 failed -- expected $2, got $g"
413 got=$(print -n fore; (sleep 2;print back)&)
414 [[ $got == $expected ]] || err_exit "command substitution background process output error -- got '$got', expected '$expected'"
443 got=$(
452 [[ $got == $exp ]] || err_exit "pipe to function with conditional fails -- expected '$exp', got '$got'"
453 got=$(
458 [[ $got == $exp ]] || err_exit "pipe to { ... } with conditional fails -- expected '$exp', got '$got'"
460 got=$(
465 [[ $got == $exp ]] || err_exit "pipe to ( ... ) with conditional fails -- expected '$exp', got '$got'"