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