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