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