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