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