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