1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/execution/bg8.0 258533 2013-11-24 22:45:49Z jilles $
2*3e3895bfSKrzysztof Piecuch# The redirection does not apply to the background command, and therefore
3*3e3895bfSKrzysztof Piecuch# does not override the implicit </dev/null.
4*3e3895bfSKrzysztof Piecuch
5*3e3895bfSKrzysztof Piecuchecho bad | ${SH} -c 'command eval \) </dev/null 2>/dev/null; { cat & wait; }'
6