summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/bg6.0
blob: b0faf9e73708ef922c96938f35942700c9f894e3 (plain)
1
2
3
4
# $FreeBSD$
# The redirection overrides the </dev/null implicit in a background command.

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