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