summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/execution/bg6.0
blob: ce6d88461f97ffa980695c1e2f4e2178e5537ef7 (plain)
1
2
3
# The redirection overrides the </dev/null implicit in a background command.

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