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