1# $FreeBSD: head/bin/sh/tests/execution/bg5.0 258489 2013-11-22 21:50:13Z jilles $
2# A background command has an implicit </dev/null redirection.
3
4echo bad | ${SH} -c '{ cat & wait; }'
5