]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/execution/bg5.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / bg5.0
1 # $FreeBSD: head/bin/sh/tests/execution/bg5.0 258489 2013-11-22 21:50:13Z jilles $
2 # A background command has an implicit </dev/null redirection.
3
4 echo bad | ${SH} -c '{ cat & wait; }'