summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/execution/bg5.0
blob: 94c45dba370b8f09613f3727ba10ecc2dfadacbf (plain)
1
2
3
# A background command has an implicit </dev/null redirection.

echo bad | ${SH} -c '{ cat & wait; }'