xref: /freebsd-src/bin/sh/tests/execution/bg6.0 (revision 02d98d1850f870e535b93dccb7284dffe81d65d7)
1# The redirection overrides the </dev/null implicit in a background command.
2
3echo yes | ${SH} -c '{ cat & wait; } </dev/stdin'
4