aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/bg7.0
blob: 01a0a1a333f3f1cf827c7593b3aacaeb4d0a37e1 (plain) (blame)
1
2
3
4
# The redirection does not apply to the background command, and therefore
# does not override the implicit </dev/null.

echo bad | ${SH} -c '</dev/null; { cat & wait; }'