summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/bg7.0
blob: f771edc56cdeeab7fb51965c61d60a0a1d53c8be (plain)
1
2
3
4
5
# $FreeBSD$
# 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; }'
OpenPOWER on IntegriCloud