xref: /freebsd/bin/sh/tests/execution/bg8.0 (revision e8d8bef961a50d4dc22501cde4fb9fb0be1b2532)
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 'command eval \) </dev/null 2>/dev/null; { cat & wait; }'
6