xref: /freebsd/bin/sh/tests/execution/bg5.0 (revision e64fe029e9d3ce476e77a478318e0c3cd201ff08)
1# $FreeBSD$
2# A background command has an implicit </dev/null redirection.
3
4echo bad | ${SH} -c '{ cat & wait; }'
5