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