Lines Matching full:expected

157 [[ $status == 126 ]] || err_exit "exit status of non-executable is $status -- 126 expected"
183 [[ $got == $exp ]] || err_exit "whence ./$cmd failed -- expected '$exp', got '$got'"
185 [[ $got == $exp ]] || err_exit "whence \$PWD/$cmd failed -- expected '$exp', got '$got'"
206 [[ $got == $exp ]] || err_exit "whence ./$cmd failed -- expected '$exp', got '$got'"
208 [[ $got == $exp ]] || err_exit "whence \$PWD/$cmd failed -- expected '$exp', got '$got'"
258 [[ $status == 127 ]] || err_exit "not found command exit status $status -- expected 127"
260 [[ $status == 126 ]] || err_exit "non executable command exit status $status -- expected 126"
262 [[ $status == 127 ]] || err_exit "not found command with ERR trap exit status $status -- expected 1…
264 [[ $status == 126 ]] || err_exit "non executable command ERR trap exit status $status -- expected 1…
282 [[ "$got" == "$exp" ]] || err_exit "unreadable empty script should fail -- expected $exp, got $got"
284 [[ "$got" == "$exp" ]] || err_exit "command of unreadable empty script should fail -- expected $exp…
285 …exp" ]] 2>/dev/null || err_exit "unreadable empty script in [[ ... ]] should fail -- expected $exp"
286 …2>/dev/null || err_exit "command unreadable empty script in [[ ... ]] should fail -- expected $exp"
288 [[ "$got" == "$exp" ]] || err_exit "\$SHELL -c of unreadable empty script should fail -- expected $…
290 … err_exit "\$SHELL -c of command of unreadable empty script should fail -- expected $exp, got" $got
296 [[ "$got" == "$exp" ]] || err_exit "unreadable non-empty script should fail -- expected $exp, got $…
298 [[ "$got" == "$exp" ]] || err_exit "command of unreadable non-empty script should fail -- expected
299 … ]] 2>/dev/null || err_exit "unreadable non-empty script in [[ ... ]] should fail -- expected $exp"
300 …ev/null || err_exit "command unreadable non-empty script in [[ ... ]] should fail -- expected $exp"
302 …" ]] || err_exit "\$SHELL -c of unreadable non-empty script should fail -- expected $exp, got" $got
304 …_exit "\$SHELL -c of command of unreadable non-empty script should fail -- expected $exp, got" $got