]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/execution/bg7.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / bg7.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/execution/bg7.0 258533 2013-11-24 22:45:49Z jilles $
71aad674
A
2# The redirection does not apply to the background command, and therefore
3# does not override the implicit </dev/null.
4
5echo bad | ${SH} -c '</dev/null; { cat & wait; }'