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