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