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