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