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