# A background command has an implicit </dev/null redirection.

echo bad | ${SH} -c '{ cat & wait; }'
