]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/execution/bg6.0
b0faf9e73708ef922c96938f35942700c9f894e3
[apple/shell_cmds.git] / sh / tests / execution / bg6.0
1 # $FreeBSD$
2 # The redirection overrides the </dev/null implicit in a background command.
3
4 echo yes | ${SH} -c '{ cat & wait; } </dev/stdin'