xref: /freebsd/bin/sh/tests/execution/bg7.0 (revision 13de33a5dc2304b13d595d75d48c51793958474f)
1# $FreeBSD$
2# The redirection does not apply to the background command, and therefore
3# does not override the implicit </dev/null.
4
5echo bad | ${SH} -c '</dev/null; { cat & wait; }'
6