aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/bg10.0
blob: 3e825d9eda200da73f53a5e43aee33efa45f61b6 (plain) (blame)
1
2
3
# The redirection overrides the </dev/null implicit in a background command.

echo yes | ${SH} -c '{ cat & wait; } <&0'