xref: /freebsd/bin/sh/tests/execution/bg7.0 (revision aa24f48b361effe51163877d84f1b70d32b77e04)
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