xref: /dflybsd-src/tools/regression/bin/sh/execution/bg5.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
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