Lines Matching refs:exp
166 exp=$3
173 elif [[ "$got" != "$exp" ]]
174 then EXP=$(printf %q "$exp")
258 exp=0
265 exit '$exp$'
268 [[ $got == $exp ]] || err_exit "getopts --man runtime callout with nonzero exit terminates shell --…
269 exp=ok
276 print '$exp$'
278 [[ $got == $exp ]] || err_exit "getopts --man runtime callout with nonzero exit terminates shell --…
291 exp=ok
318 elif [[ $got != $exp ]]
319 then err_exit "test $TEST '$1...$2 exit $code' failed -- got '$got', expected '$exp'"
396 then exp=${TST[T].EXP}
397 else exp=$n
399 if [[ $got != $exp ]]
402 siz=$(printf $'%#i' $exp)
406 …].BEG}${INS[I]}${cmd}${APP[A]}${SUB[S].END} && print \${#x}' failed -- expected '$exp', got '$got'"
434 exp=''
438 if [[ $got != $exp ]]
439 then err_exit "eval '$cmd' failed -- expected '$exp', got '$got'"
453 exp=HOME=$HOME
456 [[ $got == "$exp" ]] || err_exit "( HOME=/bin/sh ) cleanup failed -- expected '$exp', got '$got'"
459 exp=ok
461 [[ $got == "$exp" ]] || err_exit "'$cmd' failed -- expected '$exp', got '$got'"
464 exp=$'x\nx'
466 if [[ $got != "$exp" ]]
467 then EXP=$(printf %q "$exp")