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