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