xref: /freebsd/bin/sh/tests/execution/bg5.0 (revision f81cdf24ba5436367377f7c8e8f51f6df2a75ca7)
1# A background command has an implicit </dev/null redirection.
2
3echo bad | ${SH} -c '{ cat & wait; }'
4