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