summaryrefslogtreecommitdiff
path: root/bin/sh/tests/errors/script-error1.0
blob: 0020218cfd24212efaf5037b1cd1e2dcd9d2bd13 (plain)
1
2
3
4

{ stderr=$(${SH} /var/empty/nosuchscript 2>&1 >&3); } 3>&1
r=$?
[ -n "$stderr" ] && [ "$r" = 127 ]