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